소스 검색

Don't forget to return with test status 0 or 1

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

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

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