mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Fix script_opt/cpp test scripts to work correctly on all platforms
This commit is contained in:
parent
c9f6b3463f
commit
067bbf82fb
4 changed files with 6 additions and 6 deletions
|
@ -5,6 +5,6 @@ find ../testing/btest -type f |
|
|||
grep -E '\.(zeek|test)$' |
|
||||
sort |
|
||||
xargs grep -E -l '^[ ]*(event|print)' |
|
||||
xargs grep -E -lc 'REQUIRES.*CPP.*((!=.*1)|(==.*0))' |
|
||||
xargs grep -E -c 'REQUIRES.*CPP.*((!=.*1)|(==.*0))' |
|
||||
grep ':0$' |
|
||||
sed 's,:0,,'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue