equal
deleted
inserted
replaced
40 |
40 |
41 $ hg serve --config badserver.close-before-accept=true -p $HGPORT -d --pid-file=hg.pid |
41 $ hg serve --config badserver.close-before-accept=true -p $HGPORT -d --pid-file=hg.pid |
42 $ cat hg.pid > $DAEMON_PIDS |
42 $ cat hg.pid > $DAEMON_PIDS |
43 |
43 |
44 $ hg clone http://localhost:$HGPORT/ clone |
44 $ hg clone http://localhost:$HGPORT/ clone |
45 abort: error: (\$ECONNRESET\$|\$EADDRNOTAVAIL\$) (re) |
45 abort: error: (\$ECONNRESET\$|\$EADDRNOTAVAIL\$|\$ECONNREFUSED\$) (re) |
46 [100] |
46 [100] |
47 |
47 |
48 (The server exits on its own, but there is a race between that and starting a new server. |
48 (The server exits on its own, but there is a race between that and starting a new server. |
49 So ensure the process is dead.) |
49 So ensure the process is dead.) |
50 |
50 |