mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Additional test output canonification for ds2txt's timestamps.
This commit is contained in:
parent
08593c5147
commit
91a3ce9518
5 changed files with 19 additions and 13 deletions
6
testing/scripts/diff-remove-timestamps-dataseries
Executable file
6
testing/scripts/diff-remove-timestamps-dataseries
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /usr/bin/env bash
|
||||
#
|
||||
# Replace anything which looks like DataSeries timestamps (which is a double) with XXXs.
|
||||
|
||||
sed 's/1\.[0-9]*e+09/X.XXXe+09/g'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue