Use same ctest command on Travis and AppVeyor
Do not run the GUI tests on Travis, these fail with: Error: Unable to initialize GTK+, is DISPLAY set properly?
This commit is contained in:
@@ -29,7 +29,7 @@ case $wxTOOLSET in
|
||||
if [ "$wxCMAKE_TESTS" != "OFF" ]; then
|
||||
echo 'travis_fold:start:testing'
|
||||
echo 'Testing...'
|
||||
ctest . -C Debug -V --output-on-failure
|
||||
ctest -V -C Debug -R "test_base" --output-on-failure --interactive-debug-mode 0 .
|
||||
echo 'travis_fold:end:testing'
|
||||
fi
|
||||
;;
|
||||
|
Reference in New Issue
Block a user