Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/vkms: Fix run-tests.sh script name

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>

authored by

José Expósito and committed by
Louis Chauvet
edcdd000 f9e46acc

+1 -1
+1 -1
Documentation/gpu/vkms.rst
··· 161 161 162 162 Once you are in text only mode, you can run tests using the --device switch 163 163 or IGT_DEVICE variable to specify the device filter for the driver we want 164 - to test. IGT_DEVICE can also be used with the run-test.sh script to run the 164 + to test. IGT_DEVICE can also be used with the run-tests.sh script to run the 165 165 tests for a specific driver:: 166 166 167 167 sudo ./build/tests/<name of test> --device "sys:/sys/devices/platform/vkms"