tps: changed default log directory

parent 8083e20f
#!/bin/sh #!/bin/sh
rm -fr /tmp/tps* LOGDIR=./log
mkdir -p $LOGDIR
rm -fr $LOGDIR/tps*
serial=$1 serial=$1
if [ x$1 = x"" ]; then if [ x$1 = x"" ]; then
...@@ -18,5 +21,5 @@ if [ x$extra_serial = x"" ]; then ...@@ -18,5 +21,5 @@ if [ x$extra_serial = x"" ]; then
extra_serial=0000 extra_serial=0000
fi 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