Mercurial > hg
changeset 48800:cffc914cc01b stable
windows: skip a section of a test that is legitimately broken on windows
See the comment in the test itself.
Differential Revision: https://phab.mercurial-scm.org/D12214
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 22 Feb 2022 11:51:08 +0100 |
parents | 8eeca94ded70 |
children | 94635b74b18c |
files | tests/test-clone-stream-format.t |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-clone-stream-format.t Fri Feb 18 14:32:26 2022 +0100 +++ b/tests/test-clone-stream-format.t Tue Feb 22 11:51:08 2022 +0100 @@ -93,9 +93,14 @@ $ cd .. +#if no-windows + Test streaming from/to repository without a store: ================================================== +This is skipped Windows needs dot-encode to handle some of the file in this +tests, and dot-encode need the store enabled. + $ hg clone --pull --config format.usestore=no server server-no-store requesting all changes adding changesets @@ -149,12 +154,14 @@ $ killdaemons.py + $ rm hg-*.pid errors-*.txt + +#endif Test streaming from/to repository without a fncache =================================================== - $ rm hg-*.pid errors-*.txt $ hg clone --pull --config format.usefncache=no server server-no-fncache requesting all changes adding changesets