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

parent 1a5c12c1
......@@ -306,17 +306,6 @@ def main (default_directory='.'):
time.sleep(2);
# Ask to the user to remove the jumper.
tmp_stdout = sys.stdout;
sys.stdout = sys.__stdout__;
tmp_stdin = sys.stdin;
sys.stdin = sys.__stdin__;
ask = "";
ask = raw_input("Remove the jumper from the SPEC board. (Press ENTER to continue)")
sys.stdout = tmp_stdout;
sys.stdin = tmp_stdin;
# Continue the test
gennum = rr.Gennum();
eeprom = EEPROM_GENNUM(gennum);
eeprom.eeprom_dump_to_file("/tmp/eeprom.dat");
......
......@@ -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