aboutsummaryrefslogtreecommitdiff
path: root/.travis/test_06_script.sh
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-11-15 15:08:28 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-11-26 22:20:46 +0100
commitff7212ec326bb0851eac3653cdb03551d3aab659 (patch)
treeecda7206ccef4f44843fc77776c7b839fb3496d4 /.travis/test_06_script.sh
parentebd3bf25909cb20dc1224872be3017397579ff0f (diff)
downloadbitcoin-ff7212ec326bb0851eac3653cdb03551d3aab659.tar.xz
Add ASan Travis build
Diffstat (limited to '.travis/test_06_script.sh')
-rwxr-xr-x.travis/test_06_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_06_script.sh b/.travis/test_06_script.sh
index 62d58ecf4d..506d2b518c 100755
--- a/.travis/test_06_script.sh
+++ b/.travis/test_06_script.sh
@@ -56,6 +56,6 @@ fi
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
BEGIN_FOLD functional-tests
- DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
+ DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended} ${FUNCTIONAL_TESTS_CONFIG}
END_FOLD
fi