]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: testtck: Tweak the Avocado command to run TCK test suite
authorErik Skultety <eskultet@redhat.com>
Wed, 27 Sep 2023 10:13:23 +0000 (12:13 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 11 Oct 2023 07:43:09 +0000 (09:43 +0200)
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 <eskultet@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/testtck.rst

index 100a278acdd091fb8359028cdb804862ba41fe25..d7f5483b5fd16531154b44304999842366665b89 100644 (file)
@@ -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.