Commit eb33d6a7 authored by Matthieu Cattin's avatar Matthieu Cattin

Add calibration and verification, stronger remove command for serial.txt

parent 4a706f24
......@@ -21,7 +21,7 @@ if [ x$serial = x"" ]; then
fi
if [ -e serial.txt ]; then
rm serial.txt
sudo rm -f serial.txt
fi
echo $serial >> serial.txt
......@@ -47,7 +47,7 @@ do
echo "Test series run $nb_test out of $nb_test_limit"
echo " "
sudo ./pts.py -b FmcAdc100M14b4cha -s $serial -e $extra_serial -t./test/fmcadc100m14b4cha/python -l $LOGDIR 00 01 02 03 04 05 06 07 08 09
sudo ./pts.py -b FmcAdc100M14b4cha -s $serial -e $extra_serial -t./test/fmcadc100m14b4cha/python -l $LOGDIR 00 01 02 03 04 05 06 07 08 09 19 20
if [ "$nb_test" != "$nb_test_limit" ]
then
......
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