summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Sousa <gustavo.sousa@intel.com>2024-05-03 08:55:46 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2024-05-06 06:08:03 -0700
commit7fbab9beb12cfb0aa8e35e3dec285eede8fdc67a (patch)
treecb0a54adad436e42101a540cf32fe995424ca29c
parent6f89cac1b180e7cd7cbac535e65843595b2bb5bd (diff)
igt_core: Update doc on generated test-list.txt
Commit e72686b83b0b ("tests: create a single combined test list") updated the build to generate a single test-list.txt instead of the two single-tests.txt and multi-tests.txt files. Update the documentation in igt_core.c to reflect that. Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20240503115545.44784-2-gustavo.sousa@intel.com
-rw-r--r--lib/igt_core.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 1abe3d337..3ff3e0392 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -217,11 +217,10 @@
* On top of that tests may report unexpected results and minor issues to
* stderr. If stderr is non-empty the test result should be treated as "warn".
*
- * The test lists are generated at build time. Simple testcases are listed in
- * tests/single-tests.txt and tests with subtests are listed in
- * tests/multi-tests.txt. When running tests with subtest from a test runner it
- * is recommend to run each subtest individually, since otherwise the return
- * code will only reflect the overall result.
+ * The list of test executables is generated at build time and stored in
+ * tests/test-list.txt. When running tests with subtest from a test runner it is
+ * recommend to run each subtest individually, since otherwise the return code
+ * will only reflect the overall result.
*
* To do that obtain the lists of subtests with "--list-subtests", which can be
* run as non-root and doesn't require a DRM driver to be loaded (or any GPU to