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 02:46:31 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 02:46:31 +0300
commit88c48f3ece48a4455f337fbf79a44533ad1139eb (patch)
tree991e3f312469ad82b7d9db471cc317cc2a19e87b /.ci.cmake
parent992688fabe1beea000539e8be6690180f12d85ef (diff)
Fix bug in ci script
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 7d9f94cb..79a32694 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -17,7 +17,7 @@ ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
ctest_build(TARGET _sl-asan)
ctest_build(TARGET _sl-ubsan)
-ctest_test(RETURN_VALUE retval EXCLUDE afio_hl INCLUDE afio_sl-asan afio_sl-ubsan)
+ctest_test(RETURN_VALUE retval EXCLUDE afio_hl INCLUDE afio_sl-asan INCLUDE afio_sl-ubsan)
merge_junit_results_into_ctest_xml()
if(WIN32)
if(EXISTS prebuilt/bin/Release/afio_dl-2.0-Windows-x64-Release.dll)