about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-12-25 01:40:16 +0000
committerClint Adams <clint@users.sourceforge.net>2007-12-25 01:40:16 +0000
commit4aef005bf8066a09812bab068eacda3e566597bc (patch)
treebc8be6e6bf7e2f6b86fcda3bc2ed65d6f7751465 /Test/ztst.zsh
parent746f80b77e9d2419882f120fae278382ed401b38 (diff)
downloadzsh-4aef005bf8066a09812bab068eacda3e566597bc.tar.gz
zsh-4aef005bf8066a09812bab068eacda3e566597bc.tar.xz
zsh-4aef005bf8066a09812bab068eacda3e566597bc.zip
24316: count skipped tests differently from successes and failures.
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh1
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