From ff5bb2accee87c24ee64e8fdcf5169e674c4b7b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Sep 2010 21:23:37 +0200 Subject: Add suppor for VC++ build --- tester.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tester.in') diff --git a/tester.in b/tester.in index b34c6ab..34e31a5 100755 --- a/tester.in +++ b/tester.in @@ -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 -- cgit v1.1