[zorg] r240482 - Fix sanitizer buildbot config.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Tue Jun 23 16:50:55 PDT 2015
Author: eugenis
Date: Tue Jun 23 18:50:54 2015
New Revision: 240482
URL: http://llvm.org/viewvc/llvm-project?rev=240482&view=rev
Log:
Fix sanitizer buildbot config.
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh?rev=240482&r1=240481&r2=240482&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh Tue Jun 23 18:50:54 2015
@@ -76,7 +76,7 @@ function test_android { # ARCH ABI STEP_
if [[ $ABILIST == *"$_abi"* ]]; then
BUILD_ID=$(adb -s $SERIAL shell getprop ro.build.id | tr -d '\r')
BUILD_FLAVOR=$(adb -s $SERIAL shell getprop ro.build.flavor | tr -d '\r')
- test_android_on_device "$_arch" "$SERIAL" "$BUILD_ID" "$BUILD_FLAVOR" "$STEP_FAILURE"
+ test_android_on_device "$_arch" "$SERIAL" "$BUILD_ID" "$BUILD_FLAVOR" "$_step_failure"
fi
done
}
More information about the llvm-commits
mailing list