diff options
Diffstat (limited to 'ao-bringup/turnon_chaoskey')
-rwxr-xr-x | ao-bringup/turnon_chaoskey | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ao-bringup/turnon_chaoskey b/ao-bringup/turnon_chaoskey index 8ac8479e..990382f4 100755 --- a/ao-bringup/turnon_chaoskey +++ b/ao-bringup/turnon_chaoskey @@ -35,10 +35,6 @@ $USBLOAD --serial=1 $ALTOS_FILE || exit 1 sleep 1 -serial=`dmesg | grep 'on chaoskey' | tail -1 | sed 's/.*chaoskey \([0-9a-f][0-9a-f]*\) on chaoskey.*/\1/'` - -echo 'Testing ChaosKey' $serial - -./test-chaoskey $serial +./test-chaoskey exit $? |