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:04:30 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 04:04:30 +0300
commit54e629b04d5601c3484113c5701d6ba34c787cba (patch)
tree9c47a6958b1c69da3daad4491ae96c11079a1108 /.ci.cmake
parent0e4f2e7b786f2f61792bce297b36e010de7a4730 (diff)
Fix ctest regex again
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 30cfe339..15a34bef 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -16,7 +16,7 @@ ctest_configure()
ctest_build(TARGET _sl)
ctest_build(TARGET _sl-asan)
ctest_build(TARGET _sl-ubsan)
-ctest_test(RETURN_VALUE retval INCLUDE afio_sl(-asan|-ubsan)?)
+ctest_test(RETURN_VALUE retval INCLUDE "afio_sl(-asan|-ubsan)?")
merge_junit_results_into_ctest_xml()
if(WIN32)
if(EXISTS prebuilt/bin/Release/afio_dl-2.0-Windows-x64-Release.dll)