diff options
author | Sven Gothel <[email protected]> | 2019-12-02 08:23:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-02 08:23:47 +0100 |
commit | 97c5fbc891f3315f913e519aaf15cdc5d987b31d (patch) | |
tree | 90a69f92e5a2309cffc96569ba92a3b1ea9215b7 /make | |
parent | 6594838575d101d567f4e6dc50b6acd74a294bde (diff) |
Scripts: Tests No Verbose
Diffstat (limited to 'make')
-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 82e24bb7a..40960e56e 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -117,7 +117,7 @@ function jrun() { #D_ARGS="-Djogl.debug=all" #D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Djogl.debug.DebugGL" #D_ARGS="-Dnewt.debug=all" - D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" + #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxMouseTracker" #D_ARGS="-Djogl.debug=all -Dnewt.debug=all" |