From edcdd00099f1b755095dd770c9cd5d3374e49ebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Fri, 24 Oct 2025 13:00:04 +0200 Subject: [PATCH] drm/vkms: Fix run-tests.sh script name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The script is "run-tests.sh", no "run-test.sh". Signed-off-by: José Expósito Reviewed-by: Louis Chauvet Link: https://lore.kernel.org/r/20251024110014.4614-1-jose.exposito89@gmail.com Signed-off-by: Louis Chauvet --- 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 3574e01b928df..d8c445c417b70 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/ --device "sys:/sys/devices/platform/vkms" -- 2.47.3