##// END OF EJS Templates
test-ssh: do not actually look up "brokenrepository" by DNS
Yuya Nishihara -
r35172:3180ff7f default
parent child Browse files
Show More
@@ -581,17 +581,16 b' abort during pull is properly reported a'
581
581
582 abort with no error hint when there is a ssh problem when pulling
582 abort with no error hint when there is a ssh problem when pulling
583
583
584 $ hg pull ssh://brokenrepository
584 $ hg pull ssh://brokenrepository -e "\"$PYTHON\" \"$TESTDIR/dummyssh\""
585 pulling from ssh://brokenrepository/
585 pulling from ssh://brokenrepository/
586 remote: ssh: Could not resolve hostname brokenrepository: Name or service not known
587 abort: no suitable response from remote hg!
586 abort: no suitable response from remote hg!
588 [255]
587 [255]
589
588
590 abort with configured error hint when there is a ssh problem when pulling
589 abort with configured error hint when there is a ssh problem when pulling
591
590
592 $ hg pull ssh://brokenrepository --config ui.ssherrorhint="Please see http://company/internalwiki/ssh.html"
591 $ hg pull ssh://brokenrepository -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" \
592 > --config ui.ssherrorhint="Please see http://company/internalwiki/ssh.html"
593 pulling from ssh://brokenrepository/
593 pulling from ssh://brokenrepository/
594 remote: ssh: Could not resolve hostname brokenrepository: Name or service not known
595 abort: no suitable response from remote hg!
594 abort: no suitable response from remote hg!
596 (Please see http://company/internalwiki/ssh.html)
595 (Please see http://company/internalwiki/ssh.html)
597 [255]
596 [255]
General Comments 0
You need to be logged in to leave comments. Login now