tps: move the removal of the jumper from test02 to tps.sh

parent 40674d8a
......@@ -21,5 +21,17 @@ if [ x$extra_serial = x"" ]; then
extra_serial=0000
fi
tmp=""
echo -n "--------------------------------------------------------------"
echo -n "--------------------------------------------------------------"
echo -n "Remove the jumper from the board!"
echo -n "Press enter to continue..."
echo -n "--------------------------------------------------------------"
echo -n "--------------------------------------------------------------"
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
echo -n "Press enter to close the window... "
read tmp
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