Преглед на файлове

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

Alois Mahdal преди 8 години
родител
ревизия
903a45e573
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      src/libexec/jattool-qrun

+ 1
- 0
src/libexec/jattool-qrun Целия файл

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