From 4c6421e162208136d74286dbfcf193633857be74 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Fri, 16 Feb 2024 17:41:34 +0100 Subject: [PATCH] tests: fix CI regtest new path --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 011c9bb64..048abc4a7 100644 --- a/.cirrus.yml +++ b/.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) - cp -a bitcoin-$BITCOIND_VERSION/* /usr/ bitcoind_service_background_script: - - electrum/tests/regtest/run_bitcoind.sh + - tests/regtest/run_bitcoind.sh electrumx_service_background_script: - - electrum/tests/regtest/run_electrumx.sh + - tests/regtest/run_electrumx.sh regtest_script: - sleep 10s - - python3 -m unittest electrum/tests/regtest.py + - python3 -m unittest tests/regtest.py env: ELECTRUM_REQUIREMENTS: contrib/requirements/requirements.txt # ElectrumX exits with an error without this: