diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchmarks/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/benchmarks/__init__.py b/benchmarks/benchmarks/__init__.py index 50dd0898c..7b9f1d3e6 100644 --- a/benchmarks/benchmarks/__init__.py +++ b/benchmarks/benchmarks/__init__.py @@ -47,7 +47,7 @@ def dirty_lock(lock_name, lock_on_count=1): pass return False + # FIXME: there's no official way to provide extra information to the test log if not dirty_lock("print_cpu_features.lock"): show_cpu_features() - |