mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Don't filter out tests that aborted.
Useful in piping Travis CI output through tap-filter manually.
This commit is contained in:
parent
77c6bf2019
commit
deee22ed42
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ use strict;
|
||||||
|
|
||||||
undef $/; # slurp mode
|
undef $/; # slurp mode
|
||||||
print for
|
print for
|
||||||
grep { /^ok.*# TODO/m or /^not ok(?!.*# TODO)/m }
|
grep { /^ok.*# TODO/m or /^not ok(?!.*# TODO)/m or /^Bail out!/m }
|
||||||
split /^(?=#)/m,
|
split /^(?=#)/m,
|
||||||
<STDIN>;
|
<STDIN>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue