summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-06-27 09:16:57 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-06-27 09:16:57 +0000
commit8d3cf8749a935ca52eeac3bb0709fc0470fa542d (patch)
tree8293313792575118a4690cf67d2168a9aa99ed76 /tcwg_gnu-build.sh
parentc8bb8d32e2aa17d179eefa3fe9f7e85d014eb6c8 (diff)
round-robin.sh, tcwg_gnu-build.sh: Fix check_binutils typo
Change-Id: Ia2194e3a4904a8c0dda50b5bcbfac80729a80cd5
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index f8b11ec1..ffbef9e3 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -26,7 +26,7 @@ ${rr[ci_config]}
EOF
rr[target]="native"
# type_of_test contains the type of action to perform in this test
-# campaign: bootstrap, bootstrap_lto, check-binutils, ....
+# campaign: bootstrap, bootstrap_lto, check_binutils, ....
type_of_test=${bootstrap_config-${ci_config[3]}}
rr[components]="gcc"
@@ -56,8 +56,7 @@ case "${rr[mode]}" in
;;
"bisect")
case "$(print_single_updated_component)" in
- binutils) default_start_at="build_abe-check-binutils" ;;
- gcc) default_start_at="build_abe-$type_of_test" ;;
+ binutils|gcc) default_start_at="build_abe-$type_of_test" ;;
*) assert false ;;
esac
default_finish_at="check_regression"