summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-17 09:11:22 +0000
committermichelou <michelou@epfl.ch>2006-01-17 09:11:22 +0000
commit891506606d07c2da9a7d79d28c2dd1f651b4efa0 (patch)
tree32b051d5608cb0e2f40bddfe45c1a5f8ae62e1f7 /test
parent5a34f0b7a7c60da8607b413cc80ef2a68432c6b0 (diff)
downloadscala-891506606d07c2da9a7d79d28c2dd1f651b4efa0.tar.gz
scala-891506606d07c2da9a7d79d28c2dd1f651b4efa0.tar.bz2
scala-891506606d07c2da9a7d79d28c2dd1f651b4efa0.zip
- scalanstest now also prints out JVM version
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;