From 5923bcb1b94cd5a79dfc57f2ffe6271d999ea67d Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 25 Nov 2009 21:26:37 -0500 Subject: improve the scripts for building unit tests: * support unsupported/ * use egrep instead of grep, properly escape special chars. --- scripts/check.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/check.in') diff --git a/scripts/check.in b/scripts/check.in index 2a862fd80..ff3c96441 100755 --- a/scripts/check.in +++ b/scripts/check.in @@ -4,9 +4,9 @@ if [ $# == 0 -o $# -ge 3 ] then echo "usage: ./check regexp [jobs]" - echo " makes and runs tests matching the regexp, with concurrent make jobs" + echo " makes and runs tests matching the regexp, with [jobs] concurrent make jobs" exit 0 fi # TODO when ctest 2.8 comes out, honor the jobs parameter -./buildtests $* && ctest -R $1 \ No newline at end of file +./buildtests "$1" "$2" && ctest -R "$1" -- cgit v1.2.3