From a3e6a4c6a40d2c6ba64c81b48a7f8557d5c1219b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 10 Nov 2010 11:11:19 +0100 Subject: VersionInfo self containing (adding main) --- make/scripts/runtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/scripts/runtest.sh') diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index eea1313..0cb645b 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -38,7 +38,8 @@ function onetest() { echo } -onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.VersionInfo 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG -- cgit v1.2.3