summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-12-24 20:35:24 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-12-24 20:37:31 +0000
commitde1294ea67d5567e3599101fa8ce50b8fd3e4dd6 (patch)
tree304e1f33da4589cd2debeb86e103e81c40ccd963 /test/runtest
parent424fa2f3aa617d08cce2518aac84bfe1329de6c2 (diff)
Testsuite: convert posgreql testing to standalone
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index a1259f769..d0de8622e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -2428,6 +2428,7 @@ elsif (/^background$/)
$_ = <SCRIPT>; $lineno++;
chomp;
+ do_substitute($testno);
$line = $_;
if ($debug) { printf ">> daemon: $line >>test-stdout 2>>test-stderr\n"; }