diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-03 19:52:44 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-03 19:52:44 (GMT) |
commit | 95bb1128fa25d861e5030ca61e25ad29238b78a0 (patch) | |
tree | fe53d6ededdc13d6e3167453cdd1cda2ef1907b3 /tests | |
parent | 58de93af95d6fdd1c7434e771f126f34c4c43bd3 (diff) |
make xvfb test message not spill over the edge of the screen
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CTestCustom.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CTestCustom.template b/tests/CTestCustom.template index 21ba1f3..fd6ba8b 100644 --- a/tests/CTestCustom.template +++ b/tests/CTestCustom.template @@ -19,7 +19,8 @@ set(debug_openscad_template 0) if( __cmake_system_name__ MATCHES "Linux|BSD") set(DISPLAY_ENV $ENV{DISPLAY}) if(DISPLAY_ENV) - message("X11 DISPLAY environment variable found. Assuming framebuffer exists at DISPLAY=${DISPLAY_ENV}") + message("X11 DISPLAY environment variable found.") + message("Assuming framebuffer exists at DISPLAY=${DISPLAY_ENV}") else() message("X11 DISPLAY environment variable not found. Calling virtualfb.sh") execute_process( |