Add BASHBREW_ARCH to test-pr output
This commit is contained in:
parent
585ad2453f
commit
fdc1c6fefb
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue