mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fix for -O gen-C++ maintenance helper to skip BTest intermediary files
This commit is contained in:
parent
2e69a8870a
commit
de98f1c36c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
find ../testing/btest -type f |
|
find ../testing/btest -type f |
|
||||||
|
grep -v '\.tmp/' |
|
||||||
xargs grep -E -l '@TEST' |
|
xargs grep -E -l '@TEST' |
|
||||||
xargs grep -E -l '^[ ]*(event|print)' |
|
xargs grep -E -l '^[ ]*(event|print)' |
|
||||||
xargs grep -E -c 'REQUIRES.*CPP.*((!=.*1)|(==.*0))' |
|
xargs grep -E -c 'REQUIRES.*CPP.*((!=.*1)|(==.*0))' |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue