From: Erik Skultety Date: Wed, 27 Sep 2023 10:13:23 +0000 (+0200) Subject: docs: testtck: Tweak the Avocado command to run TCK test suite X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1c0bf6d00f6528fbb3026136b2de44d0226894f8;p=libvirt.git 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 --- 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.