1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Debian/Ubuntu documentation now builds on Ubuntu 16.

This commit is contained in:
David Steele
2017-07-24 21:12:05 -04:00
parent d5c1f02c72
commit cbb749e12a
3 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -122,8 +122,8 @@ eval
executeTest("${strTestExe} --vm-build --vm=" . VM_CO6, {bShowOutputAsync => true});
processEnd();
processBegin(VM_U14 . ' build');
executeTest("${strTestExe} --vm-build --vm=" . VM_U14, {bShowOutputAsync => true});
processBegin(VM_U16 . ' build');
executeTest("${strTestExe} --vm-build --vm=" . VM_U16, {bShowOutputAsync => true});
processEnd();
processBegin('release documentation doc');
@@ -156,7 +156,7 @@ eval
processBegin("${strVm} test" . (defined($strParam) ? ": ${strParam}" : ''));
executeTest(
"${strTestExe} --vm-host=u14 --vm-max=2 --vm=${strVm}" . (defined($strParam) ? " ${strParam}" : ''),
"${strTestExe} --vm-host=" . VM_U14 . " --vm-max=2 --vm=${strVm}" . (defined($strParam) ? " ${strParam}" : ''),
{bShowOutputAsync => true});
processEnd();
}