[Piglit] [PATCH 4/7] framework: fix a comment
Nicolai Hähnle
nhaehnle at gmail.com
Wed Oct 11 10:12:52 UTC 2017
From: Nicolai Hähnle <nicolai.haehnle at amd.com>
---
framework/profile.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/framework/profile.py b/framework/profile.py
index 53358868b..a19b4d2d2 100644
--- a/framework/profile.py
+++ b/framework/profile.py
@@ -365,22 +365,22 @@ def load_test_profile(filename):
'Did you specify the right file?'.format(filename))
def run(profiles, logger, backend, concurrency):
"""Runs all tests using Thread pool.
When called this method will flatten out self.tests into self.test_list,
then will prepare a logger, and begin executing tests through it's Thread
pools.
- Based on the value of options.OPTIONS.concurrent it will either run all the
- tests concurrently, all serially, or first the thread safe tests then the
+ Based on the value of concurrency it will either run all the tests
+ concurrently, all serially, or first the thread safe tests then the
serial tests.
Finally it will print a final summary of the tests.
Arguments:
profiles -- a list of Profile instances.
logger -- a log.LogManager instance.
backend -- a results.Backend derived instance.
"""
chunksize = 1
--
2.11.0
More information about the Piglit
mailing list