ao-bringup: Add colors to chaoskey test result reporting
[fw/altos] / ao-bringup / turnon_chaoskey
index 8ac8479e337a7e0a537972b6bafc85772334c47f..990382f48e56cc268905999596427204bf24e1a8 100755 (executable)
@@ -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 $?