mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Changes to the testing/external infrastructure.
The traces for external test-suites are no longer kept inside the repositories themselves but downloaded separately via curl. This is because git is pretty bad at dealing with large files. See the README for more information.
This commit is contained in:
parent
79601ca0c3
commit
bd4a629bef
7 changed files with 121 additions and 14 deletions
1
testing/external/scripts/create-new-repo
vendored
1
testing/external/scripts/create-new-repo
vendored
|
@ -35,6 +35,7 @@ done
|
|||
ln -s ../subdir-btest.cfg ./btest.cfg
|
||||
|
||||
cp $cwd/`dirname $0`/skel/test.skeleton tests
|
||||
cp $cwd/`dirname $0`/skel/traces.cfg .
|
||||
cp $cwd/`dirname $0`/skel/Makefile .
|
||||
cp $cwd/`dirname $0`/skel/.gitignore .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue