This way we see in the log output which tests were run and which ones
were skipped instead of just `....sss.ss..`.

Signed-off-by: Peter Hutterer <[email protected]>
---
 tools/testing/selftests/hid/vmtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/hid/vmtest.sh 
b/tools/testing/selftests/hid/vmtest.sh
index ecbd57f775a0..fc21fb495a8a 100755
--- a/tools/testing/selftests/hid/vmtest.sh
+++ b/tools/testing/selftests/hid/vmtest.sh
@@ -349,7 +349,7 @@ test_vm_pytest() {
 
        shift
 
-       vm_ssh -- pytest ${SCRIPT_DIR}/tests --color=yes "$@" \
+       vm_ssh -- pytest ${SCRIPT_DIR}/tests -v --color=yes "$@" \
                2>&1 | log_guest "${testname}"
 
        return ${PIPESTATUS[0]}
-- 
2.51.1


Reply via email to