aboutsummaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-01-31 12:11:51 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-01-31 12:11:15 -0500
commitfaee6c9cacde79e905aaf3c137d0295f4c6ddea2 (patch)
tree552c5a81d0986f7fb052e14a1ae47c4209b693d2 /.travis
parentefb6ddef9cb341428cbedf4373d1bdd19685a827 (diff)
downloadbitcoin-faee6c9cacde79e905aaf3c137d0295f4c6ddea2.tar.xz
travis: Remove unused FUNCTIONAL_TESTS_CONFIG
Diffstat (limited to '.travis')
-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 618aa2c3b6..ac136567ca 100755
--- a/.travis/test_06_script.sh
+++ b/.travis/test_06_script.sh
@@ -59,6 +59,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} ${FUNCTIONAL_TESTS_CONFIG}
+ DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
END_FOLD
fi