tests/test-wireproto.t
changeset 25495 c63bf97cf7c7
parent 25475 c3ecbf694904
child 28530 fd2acc5046f6
equal deleted inserted replaced
25494:e8eb3ecdaa0c 25495:c63bf97cf7c7
    88   * - - [*] "GET /?cmd=debugwireargs&one=eins&two=zwei HTTP/1.1" 200 - (glob)
    88   * - - [*] "GET /?cmd=debugwireargs&one=eins&two=zwei HTTP/1.1" 200 - (glob)
    89   * - - [*] "GET /?cmd=debugwireargs&one=eins&two=zwei HTTP/1.1" 200 - (glob)
    89   * - - [*] "GET /?cmd=debugwireargs&one=eins&two=zwei HTTP/1.1" 200 - (glob)
    90 
    90 
    91 SSH (try to exercise the ssh functionality with a dummy script):
    91 SSH (try to exercise the ssh functionality with a dummy script):
    92 
    92 
    93   $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo uno due tre quattro
    93   $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo uno due tre quattro
    94   uno due tre quattro None
    94   uno due tre quattro None
    95   $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo eins zwei --four vier
    95   $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo eins zwei --four vier
    96   eins zwei None vier None
    96   eins zwei None vier None
    97   $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo eins zwei
    97   $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo eins zwei
    98   eins zwei None None None
    98   eins zwei None None None
    99   $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo eins zwei --five fuenf
    99   $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo eins zwei --five fuenf
   100   eins zwei None None None
   100   eins zwei None None None
   101 
   101 
   102 Explicitly kill daemons to let the test exit on Windows
   102 Explicitly kill daemons to let the test exit on Windows
   103 
   103 
   104   $ killdaemons.py
   104   $ killdaemons.py