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 <eskultet@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Erik Skultety 2023-09-27 12:13:23 +02:00
parent 9f64891590
commit 1c0bf6d00f

View 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.