diff --git a/testing/external/README b/testing/external/README index b277fc81c9..2cec89df4a 100644 --- a/testing/external/README +++ b/testing/external/README @@ -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: diff --git a/testing/external/scripts/create-new-repo b/testing/external/scripts/create-new-repo index eedcf3f4d5..f0232a1a07 100755 --- a/testing/external/scripts/create-new-repo +++ b/testing/external/scripts/create-new-repo @@ -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