[PATCH i-g-t v1 3/4] scripts: Update documentation for blocklist verification
Kamil Konieczny
kamil.konieczny at linux.intel.com
Mon Jul 28 17:31:51 UTC 2025
Update documentation to be up to date after changes. Also while
at this, add SPDX MIT licence.
Cc: Andrzej Hajda <andrzej.hajda at intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
scripts/verify-blocklist.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/scripts/verify-blocklist.sh b/scripts/verify-blocklist.sh
index 05383f13f..2bb72af98 100755
--- a/scripts/verify-blocklist.sh
+++ b/scripts/verify-blocklist.sh
@@ -1,13 +1,14 @@
#!/bin/sh
+# SPDX-License-Identifier: MIT
-# Verify that all entries in a blacklist file are still valid
+# Verify that all entries in a blocklist file are still valid
usage() {
- echo "Usage: $0 <path-to-igt-runner> <test-binary-directory> <blacklist-files ...>"
+ echo "Usage: $0 <path-to-igt-runner> <test-binary-directory> <blocklist-files ...>"
echo
echo " path-to-igt-runner: For example build/runner/igt_runner"
echo " test-binary-directory: For example build/tests"
- echo " blacklist-files: For example tests/intel-ci/blacklist.txt"
+ echo " blocklist-files: For example tests/intel-ci/i915.blocklist.txt"
exit 2
}
--
2.50.1
More information about the igt-dev
mailing list