about summary refs log tree commit diff
path: root/Test/runtests.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'Test/runtests.zsh')
-rw-r--r--Test/runtests.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/runtests.zsh b/Test/runtests.zsh
index b66d579b6..538663f50 100644
--- a/Test/runtests.zsh
+++ b/Test/runtests.zsh
@@ -15,6 +15,7 @@ for file in "${(f)ZTST_testlist}"; do
     (( skipped++ ))
   elif (( $retval )); then
     (( failure++ ))
+    (( $retval > 128 )) && print "$file: failed: SIG$signals[$retval - 127]."
   else
     (( success++ ))
   fi