diff options
author | josibake <josibake@protonmail.com> | 2022-07-20 15:39:40 +0200 |
---|---|---|
committer | josibake <josibake@protonmail.com> | 2022-07-20 15:52:03 +0200 |
commit | d530ba390e7703433d3a77673c9a2b52bc446901 (patch) | |
tree | c0d14510f46f7532cd7d82b57191dc43d403d6e3 /test | |
parent | 614d4682badaadac74b825a45aaee9c2309a3e81 (diff) |
doc: update test/README.md
take the hardcoded list out of the readme. this way, we only need to
update the script as new tags are added
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md index 6ca7cc0016..7d4a26fb4e 100644 --- a/test/README.md +++ b/test/README.md @@ -95,12 +95,14 @@ Run all possible tests with test/functional/test_runner.py --extended ``` -In order to run backwards compatibility tests, download the previous node binaries: +In order to run backwards compatibility tests, first run: ``` -test/get_previous_releases.py -b v23.0 v22.0 v0.21.0 v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 v0.14.3 +test/get_previous_releases.py -b ``` +to download the necessary previous release binaries. + By default, up to 4 tests will be run in parallel by test_runner. To specify how many jobs to run, append `--jobs=n` |