summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 16:02:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 16:02:51 +0000
commitd1c8cd1b06c8f2e62ef81b13baec320e443dc2d7 (patch)
tree0d31ed8f1a46989b4af8fddf6c14ba4f7b5662d7 /test
parent6454909bf2eeb9d02a6b44c685eadb0b47ae3519 (diff)
downloadlibparserutils-d1c8cd1b06c8f2e62ef81b13baec320e443dc2d7.tar.gz
libparserutils-d1c8cd1b06c8f2e62ef81b13baec320e443dc2d7.tar.bz2
Er yeah, it helps if you don't commit the deliberately broken testrunner
svn path=/trunk/libparserutils/; revision=5273
Diffstat (limited to 'test')
-rw-r--r--test/testrunner.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testrunner.pl b/test/testrunner.pl
index 5b5d19c..1c6c66d 100644
--- a/test/testrunner.pl
+++ b/test/testrunner.pl
@@ -111,7 +111,7 @@ while (my $line = <TINDEX>) {
print "\n\nFailure detected: " .
"consult log file\n\n\n";
-# exit(1);
+ exit(1);
}
}
@@ -153,7 +153,7 @@ while (my $line = <TINDEX>) {
print "\n\nFailure detected: " .
"consult log file\n\n\n";
-# exit(1);
+ exit(1);
}
}