diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-05-02 16:48:05 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-05-15 14:27:18 -0400 |
commit | fad0ce59e9154f9b7e61907a71c740a942c60282 (patch) | |
tree | 699633db7e46fe8bedb820efc8ad01354abfc559 /.travis | |
parent | 65526fc8666fef35ef908dbc225f706bef642c7e (diff) |
tests: Fail if RPC has been added without tests
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/test_06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_06_script_b.sh b/.travis/test_06_script_b.sh index e13abfd52f..0420acb993 100755 --- a/.travis/test_06_script_b.sh +++ b/.travis/test_06_script_b.sh @@ -16,7 +16,7 @@ fi if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then BEGIN_FOLD functional-tests - DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast + DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast END_FOLD fi |