mirror of https://github.com/containers/podman.git
Merge pull request #16963 from ygalblum/system-test-readme-hack
[CI:DOCS] Test README - point users to hack/bats
This commit is contained in:
commit
d070d5f725
|
@ -146,6 +146,15 @@ When `bats` is installed and is in your `PATH`, you can run the test suite with
|
||||||
make localsystem
|
make localsystem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Running the system tests in a more controlled way
|
||||||
|
If you would like to run a subset of the system tests, or configure the environment (e.g. root vs rootless, local vs remote),
|
||||||
|
use `hack/bats`.
|
||||||
|
|
||||||
|
For usage run:
|
||||||
|
```
|
||||||
|
hack/bats --help
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing to system tests
|
## Contributing to system tests
|
||||||
|
|
||||||
Please see [the TODO list of needed workflows/tests](system/TODO.md).
|
Please see [the TODO list of needed workflows/tests](system/TODO.md).
|
||||||
|
|
Loading…
Reference in New Issue