Ver código fonte

Check for failure of tests

Bob Mottram 8 anos atrás
pai
commit
9eba0735ad
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      src/freedombone-selector

+ 3
- 0
src/freedombone-selector Ver arquivo

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