diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/python/tests/run-tests.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/run-tests.py b/lang/python/tests/run-tests.py index 3f9ece39..46c6d8c8 100644 --- a/lang/python/tests/run-tests.py +++ b/lang/python/tests/run-tests.py @@ -51,6 +51,8 @@ parser.add_argument('--srcdir', type=str,  parser.add_argument('--builddir', type=str,                      default=os.environ.get("abs_builddir", ""),                      help='Location of the tests.') +parser.add_argument('--parallel', action="store_true", default=False, +                    help='Ignored.  For compatibility with run-tests.scm.')  args = parser.parse_args()  if not args.interpreters:  | 
