summaryrefslogtreecommitdiff
path: root/firmware/test/fat/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/fat/test.sh')
-rw-r--r--firmware/test/fat/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/test/fat/test.sh b/firmware/test/fat/test.sh
index 9b1036b69c..5056fb8c67 100644
--- a/firmware/test/fat/test.sh
+++ b/firmware/test/fat/test.sh
@@ -6,6 +6,7 @@ RESULT=result.txt
6 6
7fail() { 7fail() {
8 echo "!! Test failed. Look in $RESULT for test logs." 8 echo "!! Test failed. Look in $RESULT for test logs."
9 chmod a+rw $RESULT
9 exit 10 exit
10} 11}
11 12
@@ -142,3 +143,4 @@ buildimage 128
142runtests 143runtests
143 144
144echo "== Test completed successfully ==" 145echo "== Test completed successfully =="
146chmod a+rw $RESULT