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 committed Apr 22, 2015
1 parent 95a7fbc commit 32cc6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -308,7 +308,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 32cc6e0

Please sign in to comment.