Skip to content

Commit 5e05508

Browse files
committed
testing what happens if Jenkins does not use a Gradle daemon
1 parent 7e8ea4e commit 5e05508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-with-asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
echo "Starting Gradle for target(s) \"$args\"..."
2828

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

0 commit comments

Comments
 (0)