##// END OF EJS Templates
tests: conditionalize test-commandserver.t based on extra extensions...
Gregory Szorc -
r37445:6282c196 default
parent child Browse files
Show More
@@ -189,6 +189,8 b' check that local configs for the cached '
189 189 > foo = bar
190 190 > EOF
191 191
192 #if no-extraextensions
193
192 194 >>> from hgclient import check, readchannel, runcommand, sep
193 195 >>> @check
194 196 ... def localhgrc(server):
@@ -222,6 +224,7 b' check that local configs for the cached '
222 224 ui.interactive=False
223 225 ui.mergemarkers=detailed
224 226 ui.nontty=true
227 #endif
225 228
226 229 $ rm -R foo
227 230
General Comments 0
You need to be logged in to leave comments. Login now