summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-09-27 19:00:36 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-10-18 13:47:20 +0200
commit981a71d93afcda9f6c2a9ac6e2f41f10ac719a4a (patch)
tree5c6ba4204c1fca29eb898e2f6667658db55bd23f
parentc754b537b1cef4f68e88e19caca4dd7ef13ee9d4 (diff)
framework: fix a comment
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--framework/profile.py4
1 files 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
@@ -372,8 +372,8 @@ def run(profiles, logger, backend, concurrency):
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.