##// END OF EJS Templates
test-https.t: stop using kill `cat $pidfile`
Augie Fackler -
r18588:3241fc65 default
parent child Browse files
Show More
@@ -14,9 +14,6 b' New errors are not allowed. Warnings are'
14 > $ while kill `cat hg.pid` 2>/dev/null; do sleep 0; done
14 > $ while kill `cat hg.pid` 2>/dev/null; do sleep 0; done
15 don't use kill, use killdaemons.py
15 don't use kill, use killdaemons.py
16 don't use kill, use killdaemons.py
16 don't use kill, use killdaemons.py
17 tests/test-https.t:0:
18 > $ while kill `cat hg1.pid` 2>/dev/null; do sleep 0; done
19 don't use kill, use killdaemons.py
20 tests/test-inotify-debuginotify.t:0:
17 tests/test-inotify-debuginotify.t:0:
21 > $ kill `cat hg.pid`
18 > $ kill `cat hg.pid`
22 don't use kill, use killdaemons.py
19 don't use kill, use killdaemons.py
@@ -233,11 +233,13 b' Fingerprints'
233 (check hostfingerprint configuration)
233 (check hostfingerprint configuration)
234 [255]
234 [255]
235
235
236
236 - ignores that certificate doesn't match hostname
237 - ignores that certificate doesn't match hostname
237 $ hg -R copy-pull id https://127.0.0.1:$HGPORT/
238 $ hg -R copy-pull id https://127.0.0.1:$HGPORT/
238 5fed3813f7f5
239 5fed3813f7f5
239
240
240 $ while kill `cat hg1.pid` 2>/dev/null; do sleep 0; done
241 HGPORT1 is reused below for tinyproxy tests. Kill that server.
242 $ "$TESTDIR/killdaemons.py" hg1.pid
241
243
242 Prepare for connecting through proxy
244 Prepare for connecting through proxy
243
245
General Comments 0
You need to be logged in to leave comments. Login now