aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index f2170e629..85501a4d0 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1217,7 +1217,7 @@ sub singletest {
chomp $cmd;
if($cmd) {
my @o;
- if($testnum == 518) {
+ if(($testnum == 518) || ($testnum == 537)) {
@o = `$cmd 2>"$LOGDIR/stderr$testnum"`;
}
else {
@@ -1231,7 +1231,7 @@ sub singletest {
}
}
- if($testnum == 518) {
+ if(($testnum == 518) || ($testnum == 537)) {
logmsg "== Start of file $LOGDIR/stderr$testnum\n";
displaylogcontent("$LOGDIR/stderr$testnum");
logmsg "== End of file $LOGDIR/stderr$testnum\n";