tps: avoid problem if the user don't give an extra serial number

parent 045a3892
......@@ -14,6 +14,9 @@ if [ x$2 = x"" ]; then
read extra_serial
fi
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
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