Additional test output canonification for ds2txt's timestamps.

This commit is contained in:
Robin Sommer 2012-04-16 15:20:10 -07:00
parent 08593c5147
commit 91a3ce9518
5 changed files with 19 additions and 13 deletions

View 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'