From 4bd30737dc9d7af10d2e985c7f2fea229028341c Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Mon, 6 Nov 2017 07:08:21 -0600 Subject: [PATCH] tests: Support SKIP directive in tap-colorizer --- tests/tap-colorizer.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tap-colorizer.zsh b/tests/tap-colorizer.zsh index cb645c6..eb24934 100755 --- a/tests/tap-colorizer.zsh +++ b/tests/tap-colorizer.zsh @@ -44,6 +44,10 @@ do (#* | <->..<->) print -nP %F{blue} ;; + # SKIP + (*# SKIP*) + print -nP %F{yellow} + ;; # XPASS (ok*# TODO*) print -nP %F{red}