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 996bb3d..4a1fea3 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -38,7 +38,7 @@ function onetest() { echo } -onetest com.jogamp.common.util.GlueGenVersion 2>&1 | tee -a $LOG +onetest com.jogamp.common.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 |