From: Arvin Schnell Date: Fri, 13 May 2011 14:32:01 +0000 (+0200) Subject: - cleanup X-Git-Tag: v0.1.3~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807be74e8daa16f85055fb12994c6f32645b9991;p=thirdparty%2Fsnapper.git - cleanup --- diff --git a/testsuite-real/run-all b/testsuite-real/run-all index a91f3746..43b689e7 100755 --- a/testsuite-real/run-all +++ b/testsuite-real/run-all @@ -4,14 +4,12 @@ function run() { cmd=$1 - shift - args=$* echo - echo "*** running $cmd $args ***" + echo "*** running $cmd ***" echo - ./$cmd $args + ./$cmd if [ $? != 0 ] ; then echo "failed"