mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
Re-enable PSBT tests for Liquid except test_sign_and_send_psbt
This commit is contained in:
committed by
Rusty Russell
parent
908f834d66
commit
cb7caa3139
6
.github/scripts/install-bitcoind.sh
vendored
6
.github/scripts/install-bitcoind.sh
vendored
@@ -5,13 +5,13 @@ set -e
|
||||
DIRNAME="bitcoin-${BITCOIN_VERSION}"
|
||||
EDIRNAME="elements-${ELEMENTS_VERSION}"
|
||||
FILENAME="${DIRNAME}-x86_64-linux-gnu.tar.gz"
|
||||
EFILENAME="${EDIRNAME}-x86_64-linux-gnu.tar.bz2"
|
||||
EFILENAME="${EDIRNAME}-x86_64-linux-gnu.tar.gz"
|
||||
|
||||
cd /tmp/
|
||||
wget "https://bitcoincore.org/bin/bitcoin-core-${BITCOIN_VERSION}/${FILENAME}"
|
||||
wget -q "https://storage.googleapis.com/c-lightning-tests/${EFILENAME}"
|
||||
wget "https://github.com/ElementsProject/elements/releases/download/elements-${ELEMENTS_VERSION}/${EFILENAME}"
|
||||
tar -xf "${FILENAME}"
|
||||
tar -xaf "${EFILENAME}"
|
||||
tar -xf "${EFILENAME}"
|
||||
sudo mv "${DIRNAME}"/bin/* "/usr/local/bin"
|
||||
sudo mv "${EDIRNAME}"/bin/* "/usr/local/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user