Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 04:58:02 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 04:58:02 +0300
commit1d6271aba43b3c6702ed84de80201d52a1e2a57d (patch)
treeef2e9b9cea2997f6dfdece26367a27371502e511
parentf4bf8822e5c611241d07a968f5eb9e49b3f6ffa0 (diff)
Change ci test filtering
-rw-r--r--.ci.cmake2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 6f4cac76..b7de46a7 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -15,7 +15,7 @@ ctest_update()
ctest_configure()
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
-ctest_test(RETURN_VALUE retval EXCLUDE "afio_hl")
+ctest_test(RETURN_VALUE retval EXCLUDE "afio_hl|shared_fs_mutex")
if(WIN32)
if(EXISTS prebuilt/bin/Release/afio_dl-2.0-Windows-x64-Release.dll)
checked_execute_process("Tarring up binaries"
diff --git a/.travis.yml b/.travis.yml
index 2e9f54ce..8b3590e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ script:
if [ "$__" = "cmake tests" ]; then
if [ "$CXX" = "g++" ]; then export CXX=g++-7; export NAME=TravisLinuxWorkerGCC; fi;
if [ "$CXX" = "clang++" ]; then export CXX=clang++-4.0; export NAME=TravisLinuxWorkerClang; fi;
- ctest -S .ci.cmake -V --timeout 300 -E shared_fs_mutex;
+ ctest -S .ci.cmake -V --timeout 300;
fi
-
if [ "$__" = "Documentation" ]; then