From 0836e01287b8315d9800965a9e097d4869cb884e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 23 Feb 2012 19:30:18 +0100 Subject: Fix linux armv7 non-cross script / Disable ScreenMode on linux armv7 unit tests (build scripts) Disable ScreenMode on Linux-ARM-Omap4 for example, where XRandR calls consume up to 3s per test. --- make/scripts/targetcommand-1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/scripts/targetcommand-1.sh') diff --git a/make/scripts/targetcommand-1.sh b/make/scripts/targetcommand-1.sh index b50b0ff6d..1987441ba 100755 --- a/make/scripts/targetcommand-1.sh +++ b/make/scripts/targetcommand-1.sh @@ -2,7 +2,8 @@ THISDIR=`pwd` -XTRA_FLAGS="-Dnewt.debug.Screen" +XTRA_FLAGS="-Dnewt.test.Screen.disableScreenMode" +#XTRA_FLAGS="-Dnewt.debug.Screen" #XTRA_FLAGS="-Dnewt.debug.Window -Djogl.debug.EGL -Djogl.debug.GLContext -Djogl.debug.GLDrawable" #XTRA_FLAGS="-Djogl.debug.EGL" #XTRA_FLAGS="-Djogl.debug.GraphicsConfiguration" -- cgit v1.2.3