Skip to content
Snippets Groups Projects
Commit 7f0c9e28 authored by Boris Feld's avatar Boris Feld
Browse files

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.
parent c4ec72a1
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,8 @@
# (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'
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment