diff options
author | Sven Gothel <[email protected]> | 2010-11-15 04:43:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-15 04:43:09 +0100 |
commit | e6280cb0c673d87faddbfec5224c3ca56bc7d4e9 (patch) | |
tree | 9bd47bd64936fb3e8f8e11db3c9efa9a9d418138 /make/scripts | |
parent | 35d1c40fe89311f88c7303930e172adcc5d6853a (diff) |
NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back AWT wait period.
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 3b7f46f82..93deeab83 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -26,7 +26,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLProfile" # D_ARGS="-Djogamp.debug.TraceLock" # D_ARGS="-Dnewt.debug.EDT -Dnativewindow.debug.ToolkitLock.TraceLock -Dnativewindow.debug.NativeWindow" - D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" + #D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" # D_ARGS="-Dnewt.debug.EDT -Dnativewindow.debug.ToolkitLock.TraceLock -Dnativewindow.debug.X11Util.TraceDisplayLifecycle=true" #D_ARGS="-Djogamp.common.utils.locks.Lock.timeout=600000 -Djogamp.debug.Lock -Djogamp.debug.Lock.TraceLock" # D_ARGS="-Dnewt.debug.Window -Dnewt.debug.EDT -Dnewt.debug.Display " |