summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-18 02:21:53 +0100
committerSven Gothel <[email protected]>2013-01-18 02:21:53 +0100
commit2537f8816f39fdc47cd5aaedd747a7b12b94ca5e (patch)
tree6882e2aff0614d254e166f42020685e27ff1ee02
parent029e941b12165e8fb04eae440812d5ea5ba1608d (diff)
test script
-rwxr-xr-xmake/scripts/runtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh
index e7051e4..2f3942f 100755
--- a/make/scripts/runtest.sh
+++ b/make/scripts/runtest.sh
@@ -77,8 +77,8 @@ function onetest() {
#onetest com.jogamp.common.util.locks.TestSingletonServerSocket00 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.locks.TestSingletonServerSocket01 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.locks.TestSingletonServerSocket02 2>&1 | tee -a $LOG
-onetest com.jogamp.common.util.TestFloatStack01 2>&1 | tee -a $LOG
-onetest com.jogamp.common.util.TestIntegerStack01 2>&1 | tee -a $LOG
+#onetest com.jogamp.common.util.TestFloatStack01 2>&1 | tee -a $LOG
+#onetest com.jogamp.common.util.TestIntegerStack01 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG