mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 06:21:48 +03:00
test-commitcloud-sync: fix test on Ubuntu
Summary: On Ubuntu the output is a bit different: ``` $ hg cloud sync --use-bgssh commitcloud: synchronizing 'server' with 'user/test/default' - remote: /bin/sh: trashssh: command not found - abort: no suitable response from remote hg! + remote: /bin/sh: 1: trashssh: not found + abort: no suitable response from remote hg: '[Errno 32] Broken pipe'! ``` Glob them out to make the test pass. Reviewed By: DurhamG Differential Revision: D23824735 fbshipit-source-id: 7f96149ee16daff31fd0a1c68975b5edfa27cc46
This commit is contained in:
parent
bcbacfebf4
commit
27f4f7e94c
@ -826,8 +826,8 @@ Check '--use-bgssh' option
|
|||||||
$ mkcommit "trashssh test"
|
$ mkcommit "trashssh test"
|
||||||
$ hg cloud sync --use-bgssh
|
$ hg cloud sync --use-bgssh
|
||||||
commitcloud: synchronizing 'server' with 'user/test/default'
|
commitcloud: synchronizing 'server' with 'user/test/default'
|
||||||
remote: /bin/sh: trashssh: command not found
|
remote:*trashssh: command not found (glob)
|
||||||
abort: no suitable response from remote hg!
|
abort: no suitable response from remote hg* (glob)
|
||||||
[255]
|
[255]
|
||||||
$ hg hide -r . -q
|
$ hg hide -r . -q
|
||||||
$ hg cloud sync -q
|
$ hg cloud sync -q
|
||||||
|
Loading…
Reference in New Issue
Block a user