Skip to content

Commit

Permalink
Remove version from show-plugin btest.
Browse files Browse the repository at this point in the history
With Bro 2.7, the version will be built from major.minor.patch, which
conflicts with the current major.minor in the baseline. This is the
common fix.
  • Loading branch information
J-Gras committed Nov 19, 2018
1 parent 7c9cb13 commit 5ddc036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Baseline/scripts.show-plugin/output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bro::Lognorm - Log file analyzing (in development) (dynamic, version 0.3)
Bro::Lognorm - Log file analyzing (in development) (dynamic, version)
[Function] Lognorm::lognormalizer_init
[Function] Lognorm::lognormalizer_init_ex
[Function] Lognorm::lognormalizer_load_rule_file
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/show-plugin.bro
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# @TEST-EXEC: bro -NN Bro::Lognorm >output
# @TEST-EXEC: bro -NN Bro::Lognorm | sed -e 's/version.*)/version)/g' > output
# @TEST-EXEC: btest-diff output

0 comments on commit 5ddc036

Please sign in to comment.