From e09768e3bc8ff60972cc7cbf49e4a12e2b1c9235 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 16 Nov 2009 09:38:44 -0500 Subject: handle make errors ---> exit, don't run ctest --- scripts/check.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/check.in b/scripts/check.in index 3aa9501bb..2a862fd80 100755 --- a/scripts/check.in +++ b/scripts/check.in @@ -8,7 +8,5 @@ then exit 0 fi -./buildtests $* - # TODO when ctest 2.8 comes out, honor the jobs parameter -ctest -R $1 \ No newline at end of file +./buildtests $* && ctest -R $1 \ No newline at end of file -- cgit v1.2.3