diff --git a/test-pr.sh b/test-pr.sh index 1578749ed3..61f24d8012 100755 --- a/test-pr.sh +++ b/test-pr.sh @@ -160,7 +160,7 @@ IFS=$'\n' files=( $(bashbrew list --repos --uniq --build-order "${files[@]}") ) unset IFS -echo 'Build test of' '#'"$pull"';' "$commit" '(`'"$(join '`, `' "${files[@]}")"'`):' +echo 'Build test of' '#'"$pull"';' "$commit"';' '`'"${BASHBREW_ARCH:-amd64}"'`' '(`'"$(join '`, `' "${files[@]}")"'`):' declare -A failedBuild=() failedTests=() for img in "${files[@]}"; do IFS=$'\n'