Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3541)

Unified Diff: build_tools/bots/bot_common.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: revert .c file change Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | build_tools/bots/linux/nacl-install-linux-ports-0.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « Makefile ('k') | build_tools/bots/linux/nacl-install-linux-ports-0.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698