lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <quelho6omol5amea6drxjimrf266oj5f5ytksfdrzhfjap2sxt@no267al776jc>
Date: Tue, 23 Dec 2025 11:51:44 +1000
From: Peter Hutterer <peter.hutterer@...-t.net>
To: Benjamin Tissoires <bentiss@...nel.org>, 
	Jiri Kosina <jikos@...nel.org>, Shuah Khan <shuah@...nel.org>
Cc: linux-input@...r.kernel.org, linux-kselftest@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: [PATCH] selftests/hid: run vmtest.sh's pytest with verbose output

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 <peter.hutterer@...-t.net>
---
 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ