From 0f1581bf58c9f01dc2ce1680d38e24531e343223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 14 May 2023 01:03:37 +0100 Subject: [PATCH] WSDG: Fix a link --- docbook/wsdg_src/wsdg_tests.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/wsdg_src/wsdg_tests.adoc b/docbook/wsdg_src/wsdg_tests.adoc index fd76c44e87..73916f7f94 100644 --- a/docbook/wsdg_src/wsdg_tests.adoc +++ b/docbook/wsdg_src/wsdg_tests.adoc @@ -30,7 +30,7 @@ tests require a Loopback interface and capture privileges. To avoid capture tests, pass the `--disable-capture` option. List available tests with `pytest --collectonly`. Enable verbose output -with `pytest --verbose`. For more details, see <>. +with `pytest --verbose`. For more details, see <>. CMake runs pytest when the “test” target is built but the user experience is poor. It is strongly recommended to invoke pytest directly instead.