##// END OF EJS Templates
test-webraw: do not store hostname in test output
Vadim Gelfer -
r2547:d75c68b5 default
parent child Browse files
Show More
@@ -17,4 +17,5 b' sleep 5'
17 kill `cat hg.pid`
17 kill `cat hg.pid`
18 sleep 1 # wait for server to scream and die
18 sleep 1 # wait for server to scream and die
19 cat getoutput.txt
19 cat getoutput.txt
20 cat access.log error.log | sed 's/^\([^[]*\[\)[^]]*\(\].*\)$/\1date\2/g'
20 cat access.log error.log | \
21 sed 's/^[^ ]*\( [^[]*\[\)[^]]*\(\].*\)$/host\1date\2/'
@@ -7,4 +7,4 b' This is just some random text'
7 that will go inside the file and take a few lines.
7 that will go inside the file and take a few lines.
8 It is very boring to read, but computers don't
8 It is very boring to read, but computers don't
9 care about things like that.
9 care about things like that.
10 localhost - - [date] "GET /?f=f165dc289438;file=sometext.txt;style=raw HTTP/1.1" 200 -
10 host - - [date] "GET /?f=f165dc289438;file=sometext.txt;style=raw HTTP/1.1" 200 -
General Comments 0
You need to be logged in to leave comments. Login now