mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
MERGE FIX: fixup travis bitcoin_functional run
This commit is contained in:
parent
90f7d18c8f
commit
01799727c2
2 changed files with 8 additions and 2 deletions
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
export LC_ALL=C
|
||||
|
||||
travis_retry pip install codespell
|
||||
travis_retry pip install flake8
|
||||
travis_retry pip install codespell==1.13.0
|
||||
travis_retry pip install flake8==3.5.0
|
||||
|
|
|
|||
|
|
@ -65,3 +65,9 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
|||
DOCKER_EXEC test/functional/test_runner.py --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
|
||||
END_FOLD
|
||||
fi
|
||||
|
||||
if [ "$RUN_BITCOIN_TESTS" = "true" ]; then
|
||||
BEGIN_FOLD bitcoin-functional-tests
|
||||
DOCKER_EXEC test/bitcoin_functional/functional/test_runner.py --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
|
||||
END_FOLD
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue