We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614d468 commit d530ba3Copy full SHA for d530ba3
test/README.md
@@ -95,12 +95,14 @@ Run all possible tests with
95
test/functional/test_runner.py --extended
96
```
97
98
-In order to run backwards compatibility tests, download the previous node binaries:
+In order to run backwards compatibility tests, first run:
99
100
101
-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
102
103
104
+to download the necessary previous release binaries.
105
+
106
By default, up to 4 tests will be run in parallel by test_runner. To specify
107
how many jobs to run, append `--jobs=n`
108
0 commit comments