You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/test.sh
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,16 @@ if [ "$DO_BENCH" = true ]
49
49
then
50
50
cargo bench --features="unstable compiler"
51
51
fi
52
+
53
+
# Run Integration tests if told so
54
+
if [ -n"$BITCOINVERSION" ];then
55
+
set -e
56
+
cd integration_test
57
+
curl https://bitcoincore.org/bin/bitcoin-core-$BITCOINVERSION/bitcoin-$BITCOINVERSION-x86_64-linux-gnu.tar.gz | tar xvzf - bitcoin-$BITCOINVERSION/bin/bitcoind # will abort if the check fails.
0 commit comments