tps: added sudo command in tps.sh

parent 3966fc18
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
LOGDIR=./log LOGDIR=./log
mkdir -p $LOGDIR mkdir -p $LOGDIR
rm -fr $LOGDIR/tps* sudo rm -fr $LOGDIR/tps*
serial=$1 serial=$1
if [ x$1 = x"" ]; then if [ x$1 = x"" ]; then
...@@ -21,5 +21,5 @@ if [ x$extra_serial = x"" ]; then ...@@ -21,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 $LOGDIR 00 01 02 03 04 05 06 07 08 09 10 12 sudo ./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 12
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