README: v7.0.0-test is known as v7.0-test
This commit is contained in:
parent
3ead37ed37
commit
bf6ece0f52
1 changed files with 3 additions and 3 deletions
|
@ -102,18 +102,18 @@ To run and debug package tests, from the root of the source directory.
|
||||||
Run one test
|
Run one test
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
packages/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v7.0.0-test/forgejo-7.0.0-test-linux-amd64 v7.0.0-test v7_0 alpine # runs packages/alpine.sh
|
packages/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v7.0-test/forgejo-7.0-test-linux-amd64 v7.0.0-test v7_0 alpine # runs packages/alpine.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Cleanup. It will teardown Forgejo and not run them because there is nothing to test.
|
Cleanup. It will teardown Forgejo and not run them because there is nothing to test.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
packages/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v7.0.0-test/forgejo-7.0.0-test-linux-amd64 v7.0.0-test v7_0 none
|
packages/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v7.0-test/forgejo-7.0-test-linux-amd64 v7.0.0-test v7_0 none
|
||||||
```
|
```
|
||||||
Run all examples for v7_0
|
Run all examples for v7_0
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
packages/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v7.0.0-test/forgejo-7.0.0-test-linux-amd64 v7.0.0-test v7_0
|
packages/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v7.0-test/forgejo-7.0-test-linux-amd64 v7.0.0-test v7_0
|
||||||
```
|
```
|
||||||
|
|
||||||
Remote testing
|
Remote testing
|
||||||
|
|
Loading…
Add table
Reference in a new issue