diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-11-03 21:28:55 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-02-25 08:50:34 +0100 |
commit | 85ccffa26686c6c9adbd18bdde37fc1747281bab (patch) | |
tree | c69fe89418c2e3141624845e83ed3a40ace459e3 /test/functional/wallet_upgradewallet.py | |
parent | 29d6b1da2a862bfbb14e7821979c97416c5400e8 (diff) |
test: move releases download incantation to README
Diffstat (limited to 'test/functional/wallet_upgradewallet.py')
-rwxr-xr-x | test/functional/wallet_upgradewallet.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/wallet_upgradewallet.py b/test/functional/wallet_upgradewallet.py index 6528f6ed6e..4802c4f539 100755 --- a/test/functional/wallet_upgradewallet.py +++ b/test/functional/wallet_upgradewallet.py @@ -6,9 +6,8 @@ Test upgradewallet RPC. Download node binaries: -test/get_previous_releases.py -b v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 - -Only v0.15.2 and v0.16.3 are required by this test. The others are used in feature_backwards_compatibility.py +Requires previous releases binaries, see test/README.md. +Only v0.15.2 and v0.16.3 are required by this test. """ import os |