Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix quoting of xfb-run invocation
Works For Me (Ubuntu 14.04.2)
  • Loading branch information
Sandro Santilli authored and jef-n committed Apr 26, 2015
1 parent ff1b183 commit a64ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -293,7 +293,7 @@ IF (ENABLE_TESTS)
IMMEDIATE @ONLY)
# For server side testing we have no X, we can use xfvb as a fake x
# sudo apt-get install xfvb
add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10 1024x768x24" ctest --output-on-failure)
add_custom_target(check-no-x COMMAND xvfb-run --server-args=-screen\ 10\ 1024x768x24 ctest --output-on-failure)
ENDIF (ENABLE_TESTS)

IF (SUPPRESS_QT_WARNINGS)
Expand Down

0 comments on commit a64ef9f

Please sign in to comment.