summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x__root__/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/__root__/run-tests b/__root__/run-tests
index adba625..c6cace6 100755
--- a/__root__/run-tests
+++ b/__root__/run-tests
@@ -138,4 +138,4 @@ trap 'ret=1' USR1
[ "${RUNCHECK}" -eq 0 ] || { run_check; run_check_cmd; } || ret=$((ret+2))
-f() { return $1; }; f ${ret}
+f() { echo "EXIT STATUS: $1"; return $1; }; f ${ret}