summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-09 10:25:40 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-09 10:25:40 +0000
commit39a8c5a172cc879fce5395a960137190e7f0114a (patch)
tree719134aea9f05fdb553c1ce2d589a932b93fc8ed /tcwg_bmk-build.sh
parent8761363ce29560e319e42cd6c3a6140343e29852 (diff)
round-robin.sh: NFC, cleanup
Change-Id: I1e8bfb11f1d7a1c51fe1827d4068d7d9ea423f6c
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 925c6836..d2dcb29e 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -600,6 +600,9 @@ no_regression_to_base_p ()
# Make sure there is no stray results.regression file, which we use
# as failure marker.
+ # We can, potentially, call ${rr[no_regression_p]} several times in
+ # a row during update_baseline() step, but we should stop at the first
+ # regression. Therefore, we should never see results.regressions exist.
assert ! [ -f $run_step_artifacts/results.regressions ]
local compare_opts=""