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 <eskul...@redhat.com>
---
 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.41.0

Reply via email to