Chromium Code Reviews| 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..a2ac203d32dbf87477d03ed07942557233d9a306 100644 |
| --- a/build_tools/bots/bot_common.sh |
| +++ b/build_tools/bots/bot_common.sh |
| @@ -15,12 +15,12 @@ MESSAGES= |
| BuildSuccess() { |
| echo "naclports nacl-install-all: Install SUCCEEDED $1 \ |
| -($NACL_PACKAGES_BITSIZE)" |
| +($NACL_PACKAGES_ARCH)" |
|
jvoung - send to chromium...
2012/12/27 22:09:50
NACL_ARCH or NACL_PACKAGES_ARCH?
Sam Clegg
2012/12/28 15:31:43
Done.
|
| } |
| BuildFailure() { |
| MESSAGE="naclports nacl-install-all: Install FAILED for $1 \ |
| -($NACL_PACKAGES_BITSIZE)" |
| +($NACL_PACKAGES_ARCH)" |
| echo $MESSAGE |
| echo "@@@STEP_FAILURE@@@" |
| MESSAGES="$MESSAGES\n$MESSAGE" |