diff options
author | Sven Gothel <[email protected]> | 2012-03-28 17:40:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-28 17:40:49 +0200 |
commit | 133db9f855b351e25c1b9ebf752fdb05e03ae36c (patch) | |
tree | 5ab142086a6093e162d16fd36bdc3958e48fc1a4 /make | |
parent | 469a4987bd6be2fe49c2e6e0fb97a42f26eabfbe (diff) |
Test: Add dump of environment vars
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/runtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index a0034d6..a7c136e 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -68,8 +68,8 @@ function onetest() { echo } -onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestSystemProperties 2>&1 | tee -a $LOG +#onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestSystemPropsAndEnvs 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 |