3 python -c "import time; print int(time.time())" > timestamp
6 runfile=run-${time}.txt
8 tracefile=trace-${time}.txt
11 # figure if TestMain succeeds, as the retcod gets lost in the pipe
13 rm -f logs/$runlast; (cd logs; ln -s $runfile $runlast)
14 rm -f logs/$tracelast; (cd logs; ln -s $tracefile $tracelast)
15 python -u TestMain.py -t logs/$tracefile "$@" &> logs/$runfile && touch logs/success
18 if [ -f logs/success ] ; then