Mercurial > public > mercurial-scm > hg-stable
diff tests/test-debugcommands.t @ 36028:c64b9adfb371
tests: stabilize ssh tests on Windows
This seems like a somewhat common type of failure (double vs single quote), so
I'm interested in ideas about how to avoid this. I doubt that we should
automatically fall back from single quote to double quote, like with '/' vs '\'.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 07 Feb 2018 23:42:48 -0500 |
parents | 5f029d03cf71 |
children | e89959970a08 |
line wrap: on
line diff
--- a/tests/test-debugcommands.t Thu Feb 01 08:54:48 2018 -0800 +++ b/tests/test-debugcommands.t Wed Feb 07 23:42:48 2018 -0500 @@ -390,7 +390,8 @@ pushable: yes $ hg --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" --debug debugpeer ssh://user@dummy/debugrevlog - running "*" "*/tests/dummyssh" 'user@dummy' 'hg -R debugrevlog serve --stdio' (glob) + running "*" "*/tests/dummyssh" 'user@dummy' 'hg -R debugrevlog serve --stdio' (glob) (no-windows !) + running "*" "*\tests/dummyssh" "user@dummy" "hg -R debugrevlog serve --stdio" (glob) (windows !) devel-peer-request: hello sending hello command devel-peer-request: between