summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalanstest5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/scalanstest b/test/scalanstest
index 99005dfe9b..7e8309054a 100755
--- a/test/scalanstest
+++ b/test/scalanstest
@@ -529,7 +529,10 @@ if [ -n "$OBJDIR" ]; then
fi
fi
-printf_outline "Source directory is: $SRCDIR\\n\\n";
+printf_outline "Source directory is : $SRCDIR\\n";
+printf_outline "Scala distribution is: $LATEST\\n";
+JVM_VERSION=`${JAVA_CMD:=java} -version 2>&1 | head -2 | tail -1`
+printf_outline "Java runtime is : $JVM_VERSION\\n\\n";
test_check_all;