Fix script_opt/cpp test scripts to work correctly on all platforms

This commit is contained in:
Tim Wojtulewicz 2023-07-17 12:27:27 -07:00 committed by Tim Wojtulewicz
parent c9f6b3463f
commit 067bbf82fb
4 changed files with 6 additions and 6 deletions

View file

@ -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,,'