mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

traces and more complex Bro configurations. That's "Type 2" in the terminology of http://www-new.bro-ids.org/devel/projects/testing.html This leverages btest as well and will replace the set of scripts that the old private test-suite is using. It can accomodate tests with both public and private traces. This is a checkpoint commmit, not much there yet in terms of actual testing. Also still need to figure out a mechanmism to allow for different baselines based on which branch we're testing.
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Replace anything which looks like timestamps with XXXs.
|
|
|
|
sed 's/[0-9]\{10\}\.[0-9]\{2,8\}/XXXXXXXXXX.XXXXXX/g'
|