Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance/benchmark')
-rwxr-xr-xtests/performance/benchmark6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/performance/benchmark b/tests/performance/benchmark
index eb01b6053a7..ad1e07d0ef3 100755
--- a/tests/performance/benchmark
+++ b/tests/performance/benchmark
@@ -125,10 +125,10 @@ def run_entry(env: api.TestEnvironment, config: api.TestConfig, row: List, entry
entry.error_msg = 'Failed to build'
# Run test and update output and status.
- entry.status = 'running'
- print_row(config, row, end='\r')
-
if executable_ok:
+ entry.status = 'running'
+ print_row(config, row, end='\r')
+
try:
entry.output = test.run(env, device_id)
if not entry.output: