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>2018-06-24 01:25:43 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-24 01:25:43 +0300
commit2ff35f3defbeaf7f7f7ed968454601349ef6b861 (patch)
tree5e0c833420cce8b52211dac038517a416f85b0fa
parent6c57f22d84b8c298422f45878d71e3e985db2322 (diff)
Internet says that address sanitiser fails when run under docker, so this hopefully fixes AFIO on Travis.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b718521c..9da39a5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,6 +89,7 @@ before_install:
script:
-
if [ "$__" = "cmake tests" ] || [ "$__" = "cmake tests (error_code)" ] || [ "$__" = "cmake tests (status_code)" ]; then
+ export ASAN_OPTIONS=detect_leaks=0;
ctest -S .ci.cmake -V --timeout 300 -DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS ;
export LSAN_OPTIONS=verbosity=1:log_threads=1:log_pointers=1;
prebuilt/bin/afio_sl-asan-current_path;