diff options
Diffstat (limited to 'tests/run-multitests.py')
-rwxr-xr-x | tests/run-multitests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-multitests.py b/tests/run-multitests.py index 4e5bfc3b0..c8e537d4b 100755 --- a/tests/run-multitests.py +++ b/tests/run-multitests.py @@ -383,7 +383,7 @@ def main(): cmd_args = cmd_parser.parse_args() # clear search path to make sure tests use only builtin modules and those in extmod - os.environ['MICROPYPATH'] = os.pathsep + '../extmod' + os.environ["MICROPYPATH"] = os.pathsep + "../extmod" test_files = prepare_test_file_list(cmd_args.files) max_instances = max(t[1] for t in test_files) |