comparison tests/test-debugcommands.t @ 35989: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
comparison
equal deleted inserted replaced
35988:04231e893a12 35989:c64b9adfb371
388 url: ssh://user@dummy/debugrevlog 388 url: ssh://user@dummy/debugrevlog
389 local: no 389 local: no
390 pushable: yes 390 pushable: yes
391 391
392 $ hg --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" --debug debugpeer ssh://user@dummy/debugrevlog 392 $ hg --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" --debug debugpeer ssh://user@dummy/debugrevlog
393 running "*" "*/tests/dummyssh" 'user@dummy' 'hg -R debugrevlog serve --stdio' (glob) 393 running "*" "*/tests/dummyssh" 'user@dummy' 'hg -R debugrevlog serve --stdio' (glob) (no-windows !)
394 running "*" "*\tests/dummyssh" "user@dummy" "hg -R debugrevlog serve --stdio" (glob) (windows !)
394 devel-peer-request: hello 395 devel-peer-request: hello
395 sending hello command 396 sending hello command
396 devel-peer-request: between 397 devel-peer-request: between
397 devel-peer-request: pairs: 81 bytes 398 devel-peer-request: pairs: 81 bytes
398 sending between command 399 sending between command