mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
tweak to -O gen-C++ maintenance script to avoid treating plugins as BTests
This commit is contained in:
parent
c0ffaabe2e
commit
32d254bd47
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
find ../testing/btest -type f |
|
||||
grep -E -v 'Baseline|\.tmp' |
|
||||
grep -E -v 'Baseline|\.tmp|__load__' |
|
||||
grep -E '\.(zeek|test)$' |
|
||||
sort |
|
||||
xargs grep -E -l '^[ ]*(event|print)' |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue