Sfoglia il codice sorgente

Check for failure of tests

Bob Mottram 9 anni fa
parent
commit
9eba0735ad
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      src/freedombone-selector

+ 3
- 0
src/freedombone-selector Vedi 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