Skip to content

Commit

Permalink
testing what happens if Jenkins does not use a Gradle daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Dec 10, 2017
1 parent 7e8ea4e commit 5e05508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-with-asan.sh
Expand Up @@ -27,7 +27,7 @@ fi
echo "Starting Gradle for target(s) \"$args\"..."

user=$(whoami)
if [[ ${user} == "jenkins" ]]; then
if [[ ${user} == "jenkinsXXX-DISABLED-TO-TEST" ]]; then
echo "WARNING!! USING GRADLE DAEMON ON JENKINS (VS. ASAN)"
LD_PRELOAD=${ASAN_LIB_SO} ./gradlew --stacktrace ${args}
else
Expand Down

0 comments on commit 5e05508

Please sign in to comment.