diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-01-31 12:11:51 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-01-31 12:11:15 -0500 |
commit | faee6c9cacde79e905aaf3c137d0295f4c6ddea2 (patch) | |
tree | 552c5a81d0986f7fb052e14a1ae47c4209b693d2 /.travis | |
parent | efb6ddef9cb341428cbedf4373d1bdd19685a827 (diff) |
travis: Remove unused FUNCTIONAL_TESTS_CONFIG
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/test_06_script.sh | 2 |
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 |