mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Test infrastructure fixes.
- A new helper script to btest-diff a bunch of files simulatiously. - Fixes to btest.cfg. - A few further script updates.
This commit is contained in:
parent
07dd8eb952
commit
7a989c476d
6 changed files with 36 additions and 10 deletions
2
testing/external/scripts/create-new-repo
vendored
2
testing/external/scripts/create-new-repo
vendored
|
@ -27,7 +27,7 @@ git clone $repo $name
|
|||
|
||||
cd $name
|
||||
|
||||
for dir in Traces tests Baseline; do
|
||||
for dir in tests Baseline; do
|
||||
mkdir $dir
|
||||
touch $dir/.gitignore
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue