Browse Source

tests: fix CI regtest new path

master
Sander van Grieken 2 years ago
parent
commit
4c6421e162
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 6
      .cirrus.yml

6
.cirrus.yml

@ -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:

Loading…
Cancel
Save