-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve unit test for reporter shutdown order
- Loading branch information
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.6-71 | ||
2.6-75 |
3 changes: 0 additions & 3 deletions
3
testing/btest/Baseline/core.reporter-shutdown-order-errors/out
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# @TEST-EXEC: touch reporter.log && chmod -w reporter.log | ||
# @TEST-EXEC: bro %INPUT >out 2>&1 | ||
# @TEST-EXEC: btest-diff out | ||
|
||
# Output doesn't really matter, but we just want to know that Bro shutdowns | ||
# without crashing in such scenarios (reporter log not writable | ||
# and also reporter errors being emitting during shutdown). | ||
|
||
redef Config::config_files += { "./config" }; | ||
|