diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2021-02-24 17:28:58 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-12-16 12:41:44 +0700 |
commit | 8a57a06a5062dd8dfdefca4e404d0ddbd2a3da1d (patch) | |
tree | dc9cbc81a0ad13f6502b455f5309fb9799d1fa44 /test/README.md | |
parent | 8cba75f5fd758d7e59bd0a84dbd17b59fb8a5dd2 (diff) |
test: previous releases: add v0.21.0
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index c9e15c4968..c041411e8c 100644 --- a/test/README.md +++ b/test/README.md @@ -98,7 +98,7 @@ test/functional/test_runner.py --extended In order to run backwards compatibility tests, download the previous 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 +test/get_previous_releases.py -b v0.21.0 v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 ``` By default, up to 4 tests will be run in parallel by test_runner. To specify |