[PATCH 1/2] drm/vkms: Fix run-tests.sh script name

From: José Expósito
Date: Fri Oct 24 2025 - 07:26:35 EST


The script is "run-tests.sh", no "run-test.sh".

Signed-off-by: José Expósito <jose.exposito89@xxxxxxxxx>
---
Documentation/gpu/vkms.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
index 3574e01b928d..d8c445c417b7 100644
--- a/Documentation/gpu/vkms.rst
+++ b/Documentation/gpu/vkms.rst
@@ -161,7 +161,7 @@ To return to graphical mode, do::

Once you are in text only mode, you can run tests using the --device switch
or IGT_DEVICE variable to specify the device filter for the driver we want
-to test. IGT_DEVICE can also be used with the run-test.sh script to run the
+to test. IGT_DEVICE can also be used with the run-tests.sh script to run the
tests for a specific driver::

sudo ./build/tests/<name of test> --device "sys:/sys/devices/platform/vkms"
--
2.51.0