From 45385d075263bd0169710178cf9625131ff2e617 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Wed, 17 Apr 2024 14:23:07 +0000 Subject: tcwg-update-lnt-results.sh: Ignore tcwg_gnu build-only configurations Change-Id: I2ef91f49dd0b50a03790ed7ce7d7363b397f333e --- tcwg-update-lnt-results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- cgit v1.2.3