tests: Support SKIP directive in tap-colorizer
This commit is contained in:
parent
038409c10d
commit
4bd30737dc
@ -44,6 +44,10 @@ do
|
|||||||
(#* | <->..<->)
|
(#* | <->..<->)
|
||||||
print -nP %F{blue}
|
print -nP %F{blue}
|
||||||
;;
|
;;
|
||||||
|
# SKIP
|
||||||
|
(*# SKIP*)
|
||||||
|
print -nP %F{yellow}
|
||||||
|
;;
|
||||||
# XPASS
|
# XPASS
|
||||||
(ok*# TODO*)
|
(ok*# TODO*)
|
||||||
print -nP %F{red}
|
print -nP %F{red}
|
||||||
|
Loading…
Reference in New Issue
Block a user