Browse Source

Check for failure of tests

Bob Mottram 8 years ago
parent
commit
9eba0735ad
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-selector

+ 3
- 0
src/freedombone-selector View File

227
 }
227
 }
228
 
228
 
229
 ${PROJECT_NAME}-tests
229
 ${PROJECT_NAME}-tests
230
+if [ ! "$?" = "0" ]; then
231
+	exit 2
232
+fi
230
 
233
 
231
 detect_apps
234
 detect_apps
232
 
235