Skip to content
Snippets Groups Projects
Commit 6282c196 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

tests: conditionalize test-commandserver.t based on extra extensions

If running with extra extensions we get an output difference.

Differential Revision: https://phab.mercurial-scm.org/D3107
parent 09907cd7
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,8 @@
> foo = bar
> EOF
#if no-extraextensions
>>> from hgclient import check, readchannel, runcommand, sep
>>> @check
... def localhgrc(server):
......@@ -222,6 +224,7 @@
ui.interactive=False
ui.mergemarkers=detailed
ui.nontty=true
#endif
$ rm -R foo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment