mirror of
https://github.com/containers/podman.git
synced 2025-06-27 13:38:49 +08:00
Test README - point users to hack/bats
Let users know they can use hack/bats to control the system tests they are running Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -146,6 +146,15 @@ When `bats` is installed and is in your `PATH`, you can run the test suite with
|
||||
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
|
||||
|
||||
Please see [the TODO list of needed workflows/tests](system/TODO.md).
|
||||
|
Reference in New Issue
Block a user