From 1c0bf6d00f6528fbb3026136b2de44d0226894f8 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Wed, 27 Sep 2023 12:13:23 +0200 Subject: [PATCH] docs: testtck: Tweak the Avocado command to run TCK test suite While we may have needed to run TCK through Avocado by explicitly using the '--tap' option (still possible), we can get a nice output from Avocado by default leaving the option out which is exactly what we do inside GitLab CI environment. Signed-off-by: Erik Skultety Reviewed-by: Pavel Hrdina --- docs/testtck.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testtck.rst b/docs/testtck.rst index 100a278acd..d7f5483b5f 100644 --- a/docs/testtck.rst +++ b/docs/testtck.rst @@ -78,7 +78,7 @@ as root the test suite as root (when running with Avocado): :: - # avocado --config avocado.config run --tap - ./scripts/ + # avocado --config avocado.config run from the TCK's git root. -- 2.39.5