Submitter | phabricator |
---|---|
Date | Aug. 23, 2019, 9:06 p.m. |
Message ID | <differential-rev-PHID-DREV-jzvvqlyeso53qdtdt2u6-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41392/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -493,6 +493,8 @@ sys.stderr.write('warning: --with-hg should specify an hg script\n') sys.stderr.flush() if options.local: + if options.with_hg or options.with_chg: + parser.error('--local cannot be used with --with-hg or --with-chg') testdir = os.path.dirname(_bytespath(canonpath(sys.argv[0]))) reporootdir = os.path.dirname(testdir) pathandattrs = [(b'hg', 'with_hg')]