From 18b21b89c80a82828d1b1d5cf9e9f273c1d8ad70 Mon Sep 17 00:00:00 2001 From: Ygal Blum Date: Sun, 1 Jan 2023 08:35:04 +0200 Subject: [PATCH] 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 --- test/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/README.md b/test/README.md index e2e8c85a09..f60ee86832 100644 --- a/test/README.md +++ b/test/README.md @@ -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).