tps: changed default log directory

parent d7d2b514
#!/bin/sh
rm -fr /tmp/tps*
LOGDIR=./log
mkdir -p $LOGDIR
rm -fr $LOGDIR/tps*
serial=$1
if [ x$1 = x"" ]; then
......@@ -18,5 +21,5 @@ if [ x$extra_serial = x"" ]; then
extra_serial=0000
fi
time ./tps.py -b SPEC -s $serial -e $extra_serial -t./test/spec/python -l /tmp 00 01 02 03 04 05 06 07 08 09 10
time ./tps.py -b SPEC -s $serial -e $extra_serial -t./test/spec/python -l $LOGDIR 00 01 02 03 04 05 06 07 08 09 10
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment