]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/vkms: Fix run-tests.sh script name
authorJosé Expósito <jose.exposito89@gmail.com>
Fri, 24 Oct 2025 11:00:04 +0000 (13:00 +0200)
committerLouis Chauvet <louis.chauvet@bootlin.com>
Tue, 4 Nov 2025 10:51:15 +0000 (11:51 +0100)
The script is "run-tests.sh", no "run-test.sh".

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com>
Link: https://lore.kernel.org/r/20251024110014.4614-1-jose.exposito89@gmail.com
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
Documentation/gpu/vkms.rst

index 3574e01b928df4305c17fb924388bacd54d78b1d..d8c445c417b709acd7ff57c8e0e0f22d9e263a06 100644 (file)
@@ -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"