ソースを参照

Check for failure of tests

Bob Mottram 9 年 前
コミット
9eba0735ad
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      src/freedombone-selector

+ 3
- 0
src/freedombone-selector ファイルの表示

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