You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Document generator improvements.
* Build containers from scratch for more accurate testing. * Allow environment load to be skipped. * Allow bash wrapping to be skipped. * Allow forcing a command to run as a user without sudo.
This commit is contained in:
@@ -118,14 +118,6 @@ eval
|
||||
executeTest('sudo apt-get install -y texlive-font-utils latex-xcolor', {bSuppressStdErr => true});
|
||||
processEnd();
|
||||
|
||||
processBegin(VM_CO6 . ' build');
|
||||
executeTest("${strTestExe} --vm-build --vm=" . VM_CO6, {bShowOutputAsync => true});
|
||||
processEnd();
|
||||
|
||||
processBegin(VM_U16 . ' build');
|
||||
executeTest("${strTestExe} --vm-build --vm=" . VM_U16, {bShowOutputAsync => true});
|
||||
processEnd();
|
||||
|
||||
processBegin('release documentation doc');
|
||||
executeTest("${strReleaseExe} --build", {bShowOutputAsync => true});
|
||||
processEnd();
|
||||
|
||||
Reference in New Issue
Block a user