diff options
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-x | Test/ztst.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index bd9cd5d1c..4b583a5a8 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -467,6 +467,7 @@ done if [[ -n "$ZTST_unimplemented" ]]; then print "$ZTST_testname: skipped ($ZTST_unimplemented)" + ZTST_testfailed=2 elif (( ! $ZTST_testfailed )); then print "$ZTST_testname: all tests successful." fi |