##// END OF EJS Templates
windows: skip a section of a test that is legitimately broken on windows...
marmoute -
r49654:7660be10 stable draft
parent child Browse files
Show More
@@ -93,9 +93,14 b' Initialize repository'
93 $ cd ..
93 $ cd ..
94
94
95
95
96 #if no-windows
97
96 Test streaming from/to repository without a store:
98 Test streaming from/to repository without a store:
97 ==================================================
99 ==================================================
98
100
101 This is skipped Windows needs dot-encode to handle some of the file in this
102 tests, and dot-encode need the store enabled.
103
99 $ hg clone --pull --config format.usestore=no server server-no-store
104 $ hg clone --pull --config format.usestore=no server server-no-store
100 requesting all changes
105 requesting all changes
101 adding changesets
106 adding changesets
@@ -150,6 +155,8 b' no-store \xe2\x86\x92 store cloning'
150
155
151 $ killdaemons.py
156 $ killdaemons.py
152
157
158 #endif
159
153
160
154 Test streaming from/to repository without a fncache
161 Test streaming from/to repository without a fncache
155 ===================================================
162 ===================================================
General Comments 0
You need to be logged in to leave comments. Login now