tps: remove extra prints

parent c67cdf71
...@@ -22,12 +22,10 @@ if [ x$extra_serial = x"" ]; then ...@@ -22,12 +22,10 @@ if [ x$extra_serial = x"" ]; then
fi fi
tmp="" tmp=""
echo -n "--------------------------------------------------------------" echo -n "--------------------------------------------------------------\n"
echo -n "--------------------------------------------------------------" echo -n "--------------------------------------------------------------\n"
echo -n "Remove the jumper from the board!" echo -n "Remove the jumper from the board!\n"
echo -n "Press enter to continue..." echo -n "Press enter to continue...\n"
echo -n "--------------------------------------------------------------"
echo -n "--------------------------------------------------------------"
read tmp read tmp
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 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