tests: fix CI regtest new path
This commit is contained in:
@@ -110,12 +110,12 @@ task:
|
|||||||
- tar -xaf $BITCOIND_PATH || (rm -f /tmp/bitcoind/* && curl --output $BITCOIND_PATH $BITCOIND_URL && tar -xaf $BITCOIND_PATH)
|
- tar -xaf $BITCOIND_PATH || (rm -f /tmp/bitcoind/* && curl --output $BITCOIND_PATH $BITCOIND_URL && tar -xaf $BITCOIND_PATH)
|
||||||
- cp -a bitcoin-$BITCOIND_VERSION/* /usr/
|
- cp -a bitcoin-$BITCOIND_VERSION/* /usr/
|
||||||
bitcoind_service_background_script:
|
bitcoind_service_background_script:
|
||||||
- electrum/tests/regtest/run_bitcoind.sh
|
- tests/regtest/run_bitcoind.sh
|
||||||
electrumx_service_background_script:
|
electrumx_service_background_script:
|
||||||
- electrum/tests/regtest/run_electrumx.sh
|
- tests/regtest/run_electrumx.sh
|
||||||
regtest_script:
|
regtest_script:
|
||||||
- sleep 10s
|
- sleep 10s
|
||||||
- python3 -m unittest electrum/tests/regtest.py
|
- python3 -m unittest tests/regtest.py
|
||||||
env:
|
env:
|
||||||
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements.txt
|
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements.txt
|
||||||
# ElectrumX exits with an error without this:
|
# ElectrumX exits with an error without this:
|
||||||
|
|||||||
Reference in New Issue
Block a user