Updating tests for the #start/#end change.

This commit is contained in:
Robin Sommer 2012-07-19 18:57:15 -07:00
parent 87e10b5f97
commit 5cfb8d65c3
123 changed files with 442 additions and 162 deletions

View file

@ -3,4 +3,4 @@
# Replace anything which looks like timestamps with XXXs (including the #start/end markers in logs).
sed 's/[0-9]\{10\}\.[0-9]\{2,8\}/XXXXXXXXXX.XXXXXX/g' | \
sed 's/^#\(start\|end\).20..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'
sed 's/^#\(start\|end\).\(19\|20\)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'