##// END OF EJS Templates
sshpeer: add test showing that -q silences remote errors...
Valentin Gatien-Baron -
r45386:15e26cc0 default
parent child Browse files
Show More
@@ -46,6 +46,9 b' repo not found error'
46 46 remote: abort: repository nonexistent not found!
47 47 abort: no suitable response from remote hg!
48 48 [255]
49 $ hg clone -q -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
50 abort: no suitable response from remote hg!
51 [255]
49 52
50 53 non-existent absolute path
51 54
@@ -553,6 +556,7 b' debug output'
553 556
554 557 $ cat dummylog
555 558 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio
559 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio
556 560 Got arguments 1:user@dummy 2:hg -R $TESTTMP/nonexistent serve --stdio
557 561 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
558 562 Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !)
General Comments 0
You need to be logged in to leave comments. Login now