commit | 2b60b7237e81895b71e8763dd94946cd76bf2d16 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Mar 24 11:55:29 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Mar 24 11:55:29 2016 +0100 |
tree | cdd77624c5d1a5f8c0e31213d42d3b6bbe07de87 | |
parent | 5de16e80c14c7698992da8b08ae169e4be1d2ca3 [diff] [blame] |
regrtest: mention in tests run sequentially or in parallel
diff --git a/Lib/test/libregrtest/main.py b/Lib/test/libregrtest/main.py index de08f32..c6d9ad0 100644 --- a/Lib/test/libregrtest/main.py +++ b/Lib/test/libregrtest/main.py
@@ -305,6 +305,8 @@ save_modules = sys.modules.keys() + print("Run tests sequentially") + previous_test = None for test_index, test in enumerate(self.tests, 1): start_time = time.monotonic()