Selaa lähdekoodia

Check for failure of tests

Bob Mottram 8 vuotta sitten
vanhempi
commit
9eba0735ad
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      src/freedombone-selector

+ 3
- 0
src/freedombone-selector Näytä tiedosto

@@ -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