Skip to content

Commit

Permalink
Travis CI: globally disable C++ unit tests
Browse files Browse the repository at this point in the history
The tests haven't been run for a couple of months.
The test executable crashes on startup with the error message

Xlib: extension "RANDR" missing on display ":99.0".

After ten attempts, the test wrapper just gives up and returns success.

So, let's not even pretend that we have C++ unit tests running in Travis.
We just don't. Explicitly disabling the tests makes it more clear.
  • Loading branch information
jyrkive authored and GregoryLundberg committed Nov 30, 2017
1 parent 402d6ea commit f33570c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ before_install:
- export TARGETS="wesnoth wesnothd campaignd test"
- export STRICT_COMPILATION=false
- export EXTRA_FLAGS_RELEASE=""
- export WML_TESTS=true CPP_TESTS=true PLAY_TEST=true MP_TEST=true
- export WML_TESTS=true CPP_TESTS=false PLAY_TEST=true MP_TEST=true
- export WML_TEST_TIME=15

- if $NLS; then
Expand Down

0 comments on commit f33570c

Please sign in to comment.