Loading tests/runtests.pl +13 −1 Original line number Original line Diff line number Diff line Loading @@ -1216,7 +1216,13 @@ sub singletest { $cmd = $precheck[0]; $cmd = $precheck[0]; chomp $cmd; chomp $cmd; if($cmd) { if($cmd) { my @o = `$cmd 2>/dev/null`; my @o; if($testnum == 518) { @o = `$cmd 2>"$LOGDIR/stderr$testnum"`; } else { @o = `$cmd 2>/dev/null`; } if($o[0]) { if($o[0]) { $why = $o[0]; $why = $o[0]; chomp $why; chomp $why; Loading @@ -1225,6 +1231,12 @@ sub singletest { } } } } if($testnum == 518) { logmsg "== Start of file $LOGDIR/stderr$testnum\n"; displaylogcontent("$LOGDIR/stderr$testnum"); logmsg "== End of file $LOGDIR/stderr$testnum\n"; } if($why) { if($why) { # there's a problem, count it as "skipped" # there's a problem, count it as "skipped" $skipped++; $skipped++; Loading Loading
tests/runtests.pl +13 −1 Original line number Original line Diff line number Diff line Loading @@ -1216,7 +1216,13 @@ sub singletest { $cmd = $precheck[0]; $cmd = $precheck[0]; chomp $cmd; chomp $cmd; if($cmd) { if($cmd) { my @o = `$cmd 2>/dev/null`; my @o; if($testnum == 518) { @o = `$cmd 2>"$LOGDIR/stderr$testnum"`; } else { @o = `$cmd 2>/dev/null`; } if($o[0]) { if($o[0]) { $why = $o[0]; $why = $o[0]; chomp $why; chomp $why; Loading @@ -1225,6 +1231,12 @@ sub singletest { } } } } if($testnum == 518) { logmsg "== Start of file $LOGDIR/stderr$testnum\n"; displaylogcontent("$LOGDIR/stderr$testnum"); logmsg "== End of file $LOGDIR/stderr$testnum\n"; } if($why) { if($why) { # there's a problem, count it as "skipped" # there's a problem, count it as "skipped" $skipped++; $skipped++; Loading