add reboot capability for tests

This commit is contained in:
Conor Patrick
2019-03-03 18:43:14 -05:00
parent 67faef0117
commit 7b8ec18e76
3 changed files with 118 additions and 7 deletions

8
tools/test_sw_token.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
./main
while [ $? == 100 ] ; do
echo "Restarting software authentictor."
./main
done