diff options
Diffstat (limited to 'tester.in')
-rwxr-xr-x | tester.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ if test -f "$srcdir/test.std"; then fi @DIFF@ @DIFFFLAGS@ "$srcdir/test.std" test.out + r=$? + rm -f test.out + exit $r else ./driver --options-file "$top_builddir/db.options" fi |