can sense (running tests) and reboot the testmaster
[tests.git] / system / run_log
index 505d7bc..54a0cdf 100755 (executable)
@@ -11,7 +11,7 @@ tracelast=trace
 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 $tracefile "$@" &> logs/$runfile && touch logs/success
+python -u TestMain.py -t logs/$tracefile "$@" &> logs/$runfile && touch logs/success
 cat $runfile
 
 if [ -f logs/success ] ; then