From: Thierry Parmentelat Date: Thu, 22 Sep 2011 07:55:55 +0000 (+0200) Subject: bugfix X-Git-Tag: tests-5.0-29~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=66dd089fb342e4a19b90a58fc2da09a2f0c4f6e2;p=tests.git bugfix --- diff --git a/system/run_log b/system/run_log index 54a0cdf..25a14af 100755 --- a/system/run_log +++ b/system/run_log @@ -12,7 +12,7 @@ rm -f logs/success rm -f logs/$runlast; (cd logs; ln -s $runfile $runlast) rm -f logs/$tracelast; (cd logs; ln -s $tracefile $tracelast) python -u TestMain.py -t logs/$tracefile "$@" &> logs/$runfile && touch logs/success -cat $runfile +cat logs/$runfile if [ -f logs/success ] ; then exit 0