##// END OF EJS Templates
test-pattern: substitute the HTTP log timestamp too...
Boris Feld -
r35072:7f0c9e28 default
parent child Browse files
Show More
@@ -32,4 +32,8 b' substitutions = ['
32 # (replacement patterns)
32 # (replacement patterns)
33 br'$USUAL_BUNDLE2_CAPS$'
33 br'$USUAL_BUNDLE2_CAPS$'
34 ),
34 ),
35 # HTTP log dates
36 (br' - - \[\d\d/.../2\d\d\d \d\d:\d\d:\d\d] "GET',
37 br' - - [$LOGDATE$] "GET'
38 ),
35 ]
39 ]
General Comments 0
You need to be logged in to leave comments. Login now