##// END OF EJS Templates
pyoxidizer: skip for ZeroConf related test for now...
marmoute -
r48660:cce9e7d2 stable
parent child Browse files
Show More
@@ -303,5 +303,16 b' Check that zeroconf respect HGRCSKIPREPO'
303 $ hg paths --config extensions.zeroconf=
303 $ hg paths --config extensions.zeroconf=
304 config error at $TESTTMP/.hg/hgrc:3: [broken
304 config error at $TESTTMP/.hg/hgrc:3: [broken
305 [255]
305 [255]
306
307 XXX-PYOXIDIZER Pyoxidizer build have trouble with zeroconf for unclear reason,
308 we accept the bad output for now as this is the last thing in the way of
309 testing the pyoxidizer build.
310
311 #if no-pyoxidizer
306 $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
312 $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
307 foo = $TESTTMP/bar
313 foo = $TESTTMP/bar
314 #else
315 $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
316 abort: An invalid argument was supplied (known-bad-output !)
317 [255]
318 #endif
@@ -140,11 +140,22 b' output:'
140
140
141 zeroconf wraps ui.configitems(), which shouldn't crash at least:
141 zeroconf wraps ui.configitems(), which shouldn't crash at least:
142
142
143 XXX-PYOXIDIZER Pyoxidizer build have trouble with zeroconf for unclear reason,
144 we accept the bad output for now as this is the last thing in the way of
145 testing the pyoxidizer build.
146
147 #if no-pyoxidizer
143 $ hg paths --config extensions.zeroconf=
148 $ hg paths --config extensions.zeroconf=
144 dupe = $TESTTMP/b#tip
149 dupe = $TESTTMP/b#tip
145 dupe:pushurl = https://example.com/dupe
150 dupe:pushurl = https://example.com/dupe
146 expand = $TESTTMP/a/$SOMETHING/bar
151 expand = $TESTTMP/a/$SOMETHING/bar
147 insecure = http://foo:***@example.com/
152 insecure = http://foo:***@example.com/
153 #else
154 $ hg paths --config extensions.zeroconf=
155 abort: An invalid argument was supplied (known-bad-output !)
156 [255]
157 #endif
158
148
159
149 $ cd ..
160 $ cd ..
150
161
General Comments 0
You need to be logged in to leave comments. Login now