test-pattern: substitute the HTTP log timestamp too

We add a pattern matching the infamous timestamp in http log. Now, we should be
able to have change appears in https log without having to re-glob the whole
thing over and over.
This commit is contained in:
Boris Feld 2017-11-05 08:23:53 +01:00
parent b14cfc9866
commit d4cfe52f57

View File

@ -32,4 +32,8 @@ substitutions = [
# (replacement patterns)
br'$USUAL_BUNDLE2_CAPS$'
),
# HTTP log dates
(br' - - \[\d\d/.../2\d\d\d \d\d:\d\d:\d\d] "GET',
br' - - [$LOGDATE$] "GET'
),
]