fix for -O gen-C++ maintenance helper to skip BTest intermediary files

This commit is contained in:
Vern Paxson 2024-12-06 16:26:48 -08:00
parent 2e69a8870a
commit de98f1c36c

View file

@ -1,6 +1,7 @@
#! /bin/sh
find ../testing/btest -type f |
grep -v '\.tmp/' |
xargs grep -E -l '@TEST' |
xargs grep -E -l '^[ ]*(event|print)' |
xargs grep -E -c 'REQUIRES.*CPP.*((!=.*1)|(==.*0))' |