mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
MERGE FIX: TEST: fixup bitcoin functional
This commit is contained in:
parent
e0a8aba137
commit
80857b3299
2 changed files with 3 additions and 4 deletions
|
|
@ -35,7 +35,6 @@ before_script:
|
|||
- set -o errexit; source .travis/test_05_before_script.sh
|
||||
script:
|
||||
- set -o errexit; source .travis/test_06_script.sh
|
||||
- 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
|
||||
after_script:
|
||||
- echo $TRAVIS_COMMIT_RANGE
|
||||
- echo $TRAVIS_COMMIT_LOG
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
|||
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
|
||||
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