mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Updatin README.
This commit is contained in:
parent
8f8a4fd911
commit
f95b645dd4
2 changed files with 4 additions and 3 deletions
5
testing/external/README
vendored
5
testing/external/README
vendored
|
@ -3,7 +3,7 @@ Test Suite for Large Trace Files
|
|||
================================
|
||||
|
||||
This test-suite runs more complex Bro configurations on larger trace
|
||||
files, and compares the results to a preestablished baseline. Due to
|
||||
files, and compares the results to a pre-established baseline. Due to
|
||||
their size, both traces and baseline are not part of the main Bro
|
||||
repository but kept externally. In addition to the publically provided
|
||||
files, one can also add a local set to the test-suite for running on
|
||||
|
@ -31,7 +31,8 @@ Running Tests
|
|||
|
||||
The easiest way to run all tests is simply typing ``make``. Doing so
|
||||
will iterate through all git repositories found in the current
|
||||
directory and run ``btest`` in each of them.
|
||||
directory and run the tests in there. Output for failed tests will be
|
||||
in files ``diag.log`` in the top-level repository directories.
|
||||
|
||||
Alternatively, one can also manually run all tests inside a single
|
||||
test repository:
|
||||
|
|
2
testing/external/scripts/create-new-repo
vendored
2
testing/external/scripts/create-new-repo
vendored
|
@ -38,7 +38,7 @@ cp $cwd/`dirname $0`/skel/test.skeleton tests
|
|||
cp $cwd/`dirname $0`/skel/Makefile .
|
||||
cp $cwd/`dirname $0`/skel/.gitignore .
|
||||
|
||||
git add *
|
||||
git add * .gitignore
|
||||
|
||||
git commit -m "Repository initialized."
|
||||
git push origin master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue