mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Sorting test output for stability.
This commit is contained in:
parent
ea7bc11aa1
commit
a0bb139f22
4 changed files with 7 additions and 7 deletions
2
CHANGES
2
CHANGES
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
2.3-685 | 2015-04-09 14:52:11 -0700
|
2.3-686 | 2015-04-09 15:22:28 -0700
|
||||||
|
|
||||||
* Remove stale signature benchmarking code (-L command-line option).
|
* Remove stale signature benchmarking code (-L command-line option).
|
||||||
(Jon Siwek)
|
(Jon Siwek)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-685
|
2.3-686
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
signature match, Found XXXX, XXXX
|
|
||||||
signature match, Found ^XXXX, XXXX
|
|
||||||
signature match, Found .*XXXX, XXXX
|
signature match, Found .*XXXX, XXXX
|
||||||
signature match, Found YYYY, YYYY
|
|
||||||
signature match, Found ^YYYY, YYYY
|
|
||||||
signature match, Found .*YYYY, YYYY
|
signature match, Found .*YYYY, YYYY
|
||||||
|
signature match, Found XXXX, XXXX
|
||||||
|
signature match, Found YYYY, YYYY
|
||||||
|
signature match, Found ^XXXX, XXXX
|
||||||
|
signature match, Found ^YYYY, YYYY
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# @TEST-EXEC: bro -r $TRACES/udp-signature-test.pcap %INPUT >out
|
# @TEST-EXEC: bro -r $TRACES/udp-signature-test.pcap %INPUT | sort >out
|
||||||
# @TEST-EXEC: btest-diff out
|
# @TEST-EXEC: btest-diff out
|
||||||
|
|
||||||
@load-sigs test.sig
|
@load-sigs test.sig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue