소스 검색

Die if test has not finished cleanly

Alois Mahdal 6 년 전
부모
커밋
8439b739ee
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/libexec/jattool-qrun

+ 2
- 1
src/libexec/jattool-qrun 파일 보기

@@ -40,7 +40,8 @@ qrun() {
40 40
         return 3
41 41
     }
42 42
     source "$Body"
43
-    jat__sfinish
43
+    jat__sfinish; tes=$?
44
+    test $tes -gt 1 && die "test indicated invalid results"
44 45
 }
45 46
 
46 47
 main() {