1
0
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:
David Steele
2018-06-10 14:13:56 -04:00
parent 5c0099781d
commit 835396751f
7 changed files with 519 additions and 191 deletions
-8
View File
@@ -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();