summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-04-17 14:23:07 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-04-17 14:23:07 +0000
commit45385d075263bd0169710178cf9625131ff2e617 (patch)
tree96a8863007ba3b3c1b108cb008b0d48a64135be9
parentcf94ba0634cfe35569f13896c1eb053415fde290 (diff)
tcwg-update-lnt-results.sh: Ignore tcwg_gnu build-only configurations
Change-Id: I2ef91f49dd0b50a03790ed7ce7d7363b397f333e
-rwxr-xr-xtcwg-update-lnt-results.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-update-lnt-results.sh b/tcwg-update-lnt-results.sh
index 56119a76..0a944b5c 100755
--- a/tcwg-update-lnt-results.sh
+++ b/tcwg-update-lnt-results.sh
@@ -34,7 +34,7 @@ update_one_lnt_results_project()
# Early exit if unsupported
case "$project" in
- tcwg_binutils*|tcwg_bootstrap*|tcwg_gcc*|tcwg_gdb*|tcwg_glibc*|tcwg_gnu*)
+ tcwg_*_check*)
lnt_model="tcwg_check"
;;
tcwg_bmk*)