##// END OF EJS Templates
tests: stablize test-serve.t on Windows...
Matt Harbison -
r45613:8c06f479 default draft
parent child Browse files
Show More
@@ -103,7 +103,10 b' With out of bounds accesses'
103
103
104 issue6362: Previously, this crashed on Python 3
104 issue6362: Previously, this crashed on Python 3
105
105
106 $ hg serve -a 0.0.0.0 -d
106 $ hg serve -a 0.0.0.0 -d --pid-file=hg.pid
107 listening at http://*:$HGPORT1/ (bound to *:$HGPORT1) (glob)
107 listening at http://*:$HGPORT1/ (bound to *:$HGPORT1) (glob) (?)
108
109 $ cat hg.pid > "$DAEMON_PIDS"
110 $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
108
111
109 $ cd ..
112 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now