Skip to content

Commit 8249239

Browse files
committed
diagnostics
1 parent 3383b07 commit 8249239

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tool/github.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ if [ "$IDEA_VERSION" = "4.0" -o "$IDEA_VERSION" = "4.1" ] ; then
2727

2828
fi
2929

30-
echo "Installed versions of java:"
31-
/usr/libexec/java_home -V
30+
echo "ls /user/lib/jvm"
31+
ls /user/lib/jvm
32+
echo "ls /Library/Java"
33+
ls /Library/Java
3234
echo "java --version"
3335
java --version
3436

tool/kokoro/setup.sh

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ setup() {
1212
# Set to 0 to use the system java, 1 to download/install a different version of java
1313
export USE_CUSTOM_JAVA=0
1414

15-
echo "Installed versions of java:"
16-
/usr/libexec/java_home -V
1715
echo "System Java version:"
1816
java --version
1917
# JAVA_HOME_OLD is used by runner.dart

0 commit comments

Comments
 (0)