travis: Remove unused FUNCTIONAL_TESTS_CONFIG

This commit is contained in:
MarcoFalke
2019-01-31 12:11:51 -05:00
parent efb6ddef9c
commit faee6c9cac
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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