diff options
Diffstat (limited to 'make/scripts/runtest.sh')
-rw-r--r-- | make/scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 0cb645b..996bb3d 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -38,7 +38,7 @@ function onetest() { echo } -onetest com.jogamp.common.util.VersionInfo 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.GlueGenVersion 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 |