diff options
author | Sven Gothel <[email protected]> | 2011-09-03 03:13:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-03 03:13:56 +0200 |
commit | fabc77b4c04b562371d27d5a0203dd52dcd634e4 (patch) | |
tree | 9041c3af19e04ce4541aeff500740a1b482b56ec | |
parent | bbdd6f95687da343bf7a6550c3bc9bb4444116e5 (diff) |
test script ..
-rwxr-xr-x | 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 da16be48b..bed9254b1 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -67,7 +67,7 @@ function jrun() { #D_ARGS="-Djogl.debug.Animator -Dnewt.debug=all" #D_ARGS="-Dnewt.debug.EDT -Dnewt.debug.Display -Dnativewindow.debug.X11Util -Djogl.debug.GLDrawable -Djogl.debug.GLCanvas" #D_ARGS="-Djogl.debug.GLContext -Dnewt.debug=all" - D_ARGS="-Djogl.debug.GraphicsConfiguration -Djogl.debug.CapabilitiesChooser -Dnewt.debug=all" + D_ARGS="-Djogl.debug.GraphicsConfiguration -Djogl.debug.CapabilitiesChooser" #D_ARGS="-Dnewt.debug.Screen -Dnewt.debug.EDT -Djogamp.debug.Lock" #D_ARGS="-Dnewt.debug.EDT" #D_ARGS="-Djogl.debug=all -Dnativewindow.debug=all -Dnewt.debug=all" |