minor tweaks tidyness tweaks

This commit is contained in:
Vern Paxson 2021-04-19 23:09:02 -07:00
parent f9c1f57f9c
commit f6c841c737
3 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@
// the test suite.
//
// Zeek invocations specifying "-O use-C++" will activate any code compiled
// into the zeek binary; otherwise, the code lies dormant. "-O force-C++"
// into the zeek binary; otherwise, the code lies dormant. "-O force-use-C++"
// does the same but generates warnings for script functions not found in
// compiled in. This is useful for debugging the compiled code, to ensure
// that it's indeed being run.

View file

@ -9,4 +9,4 @@ gen=CPP-gen-addl.h
export -n ZEEK_ADD_CPP
cd $test
rm -rf .tmp
../../auxil/btest/btest -j -a cpp -f cpp-test.diag core
../../auxil/btest/btest -j -a cpp -f cpp-test.diag $1

View file

@ -22,4 +22,4 @@ ninja >& errs || echo build for $1 failed
export -n ZEEK_ADD_CPP
cd $test
rm -rf .tmp
../../auxil/btest/btest -j -a cpp -f cpp-jtest.$1.diag $1
../../auxil/btest/btest -j -a cpp -f cpp-test.$1.diag $1