Skip to content

Commit feae654

Browse files
committed
Add debugging
1 parent 0ee9a9b commit feae654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ javadoc)
6262
integration)
6363
# Kokoro integration test uses both JDK 11 and JDK 8. Integration
6464
# tests require JDK 11 to compile the classes.
65-
if [ -n "${JAVA11_HOME}" ] && [ -n "${JAVA8_HOME}" ]; then
65+
if [[ -n "${JAVA11_HOME}" && -n "${JAVA8_HOME}" ]]; then
6666
export JAVA=${JAVA11_HOME}/bin/java
6767
export SUREFIRE_JVM_OPT="-Djvm=${JAVA8_HOME}/bin/java"
6868
echo "Java:${JAVA}"

0 commit comments

Comments
 (0)