tps: added serial number input to tps.sh

parent 518b0225
#!/bin/sh
rm /tmp/tps*
rm -fr /tmp/tps*
serial=$1
if [ x$1 == x"" ]; then
echo -n "Please, input SERIAL number: "
read serial
fi
time ./tps.py -b SPEC -s $serial -t./test/spec/python -l /tmp 00 01 02 03 05 06 07 08
time ./tps.py -b SPEC -s $1 -t./test/spec/python -l /tmp 00 01 02 03 05 06 07 08
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