tests/run-tests.py
changeset 42816 fb84730d1c5a
parent 42525 9913fffd744b
child 42817 69506e1b3214
--- a/tests/run-tests.py	Tue Aug 20 18:05:07 2019 -0400
+++ b/tests/run-tests.py	Fri Aug 23 08:46:49 2019 -0700
@@ -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')]