From 59f6e63e20e80512f530e34d3809c593ebf78244 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Thu, 13 Jun 2013 00:54:00 -0400 Subject: [PATCH] Whoops forgot a -t --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f136fc..c8058ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: - _="Build test" VALGRIND=0 UNIT_TESTS=0 DEBUG=0 GCCVER="" GCOV=0 - _="Unit/functional tests" VALGRIND=0 UNIT_TESTS="" DEBUG=0 GCCVER="" GCOV=0 - _="GCC 4.8 + Unit/functional tests coverage" VALGRIND=0 CCFLAGS="--usegcov --usegcc=g++-4.8" UNIT_TESTS="" DEBUG=1 GCCVER="4.8" GCOV=1 - - _="Memory error and leak tests" VALGRIND=memcheck UNIT_TESTS="exclude:async_io/errors" DEBUG=2 GCCVER="" GCOV=0 + - _="Memory error and leak tests" VALGRIND=memcheck UNIT_TESTS="-t exclude:async_io/errors" DEBUG=2 GCCVER="" GCOV=0 - _="Race detection tests" VALGRIND=0 CCFLAGS="--usethreadsanitize --usegcc=g++-4.8" UNIT_TESTS="" DEBUG=2 GCCVER="4.8" TSAN_OPTIONS="suppressions=unittests/tsan.supp" GCOV=0 # The clang 3.2 .deb doesn't supply the needed tsan runtime library :(