summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-10 11:11:19 +0100
committerSven Gothel <[email protected]>2010-11-10 11:11:19 +0100
commita3e6a4c6a40d2c6ba64c81b48a7f8557d5c1219b (patch)
treece3a1e1136176d09fb5036508329c810dca30ddd /make/scripts
parent0f1f2c1a2d26e69813259e68e445535d3175f464 (diff)
VersionInfo self containing (adding main)
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/runtest.sh3
1 files changed, 2 insertions, 1 deletions
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