| Index: build_tools/bots/bot_common.sh
|
| diff --git a/build_tools/bots/bot_common.sh b/build_tools/bots/bot_common.sh
|
| index 6ab43bd5829c836dd8be28e800f40764e237814b..fd7add2d69ae173fe9cc6611c4100e17f8f215f0 100644
|
| --- a/build_tools/bots/bot_common.sh
|
| +++ b/build_tools/bots/bot_common.sh
|
| @@ -14,13 +14,11 @@ RESULT=0
|
| MESSAGES=
|
|
|
| BuildSuccess() {
|
| - echo "naclports nacl-install-all: Install SUCCEEDED $1 \
|
| -($NACL_PACKAGES_BITSIZE)"
|
| + echo "naclports nacl-install-all: Install SUCCEEDED $1 ($NACL_ARCH)"
|
| }
|
|
|
| BuildFailure() {
|
| - MESSAGE="naclports nacl-install-all: Install FAILED for $1 \
|
| -($NACL_PACKAGES_BITSIZE)"
|
| + MESSAGE="naclports nacl-install-all: Install FAILED for $1 ($NACL_ARCH)"
|
| echo $MESSAGE
|
| echo "@@@STEP_FAILURE@@@"
|
| MESSAGES="$MESSAGES\n$MESSAGE"
|
|
|