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-06 02:31:20 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-06 02:31:20 +0300
commit709130ce1ff4294a4527edeeeb73ec92e83fbc56 (patch)
tree859d8cfe3f810ff1de70ed7504e04c5146ab3cda /.ci.cmake
parent1d6271aba43b3c6702ed84de80201d52a1e2a57d (diff)
upd
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci.cmake b/.ci.cmake
index b7de46a7..1db7bb03 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -49,10 +49,10 @@ else()
endif()
ctest_build(TARGET _sl-asan)
set(CTEST_CONFIGURATION_TYPE "asan")
-ctest_test(RETURN_VALUE retval2 INCLUDE "afio_sl")
+ctest_test(RETURN_VALUE retval2 INCLUDE "afio_sl" EXCLUDE "shared_fs_mutex")
ctest_build(TARGET _sl-ubsan)
set(CTEST_CONFIGURATION_TYPE "ubsan")
-ctest_test(RETURN_VALUE retval3 INCLUDE "afio_sl")
+ctest_test(RETURN_VALUE retval3 INCLUDE "afio_sl" EXCLUDE "shared_fs_mutex")
merge_junit_results_into_ctest_xml()
if(EXISTS "${toupload}")
ctest_upload(FILES "${toupload}")