Explorar el Código

Add debugging around test execution

Alois Mahdal hace 7 años
padre
commit
60865fc65a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/libexec/jattool-qrun

+ 3
- 0
src/libexec/jattool-qrun Ver fichero

40
         warn "failed to initialize logging"
40
         warn "failed to initialize logging"
41
         return 3
41
         return 3
42
     }
42
     }
43
+    debug "(pre-source)"
43
     source "$Body"
44
     source "$Body"
45
+    debug "(past-source)"
44
     jat__sfinish; tes=$?
46
     jat__sfinish; tes=$?
47
+    debug -v tes
45
     test $tes -gt 1 && die "test indicated invalid results"
48
     test $tes -gt 1 && die "test indicated invalid results"
46
     return $tes
49
     return $tes
47
 }
50
 }