Sfoglia il codice sorgente

Check for failure of tests

Bob Mottram 8 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,6 +227,9 @@ function install_apps {
227 227
 }
228 228
 
229 229
 ${PROJECT_NAME}-tests
230
+if [ ! "$?" = "0" ]; then
231
+	exit 2
232
+fi
230 233
 
231 234
 detect_apps
232 235