From 981a71d93afcda9f6c2a9ac6e2f41f10ac719a4a Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Wed, 27 Sep 2017 19:00:36 +0200 Subject: framework: fix a comment Reviewed-by: Eric Anholt --- 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 @@ -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. -- cgit v1.2.3