You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Embed exported C functions and Perl modules directly into the pgBackRest executable.
This commit is contained in:
+2
-1
@@ -156,7 +156,8 @@ eval
|
||||
|
||||
processBegin("${strVm} test" . (defined($strParam) ? ": ${strParam}" : ''));
|
||||
executeTest(
|
||||
"${strTestExe} --vm-host=" . VM_U14 . " --vm-max=2 --vm=${strVm}" . (defined($strParam) ? " ${strParam}" : ''),
|
||||
"${strTestExe} --no-gen --no-ci-config --vm-host=" . VM_U14 . " --vm-max=2 --vm=${strVm}" .
|
||||
(defined($strParam) ? " ${strParam}" : ''),
|
||||
{bShowOutputAsync => true});
|
||||
processEnd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user