[PATCH i-g-t v1 3/4] scripts: Update documentation for blocklist verification
Hajda, Andrzej
andrzej.hajda at intel.com
Mon Aug 4 10:40:47 UTC 2025
W dniu 28.07.2025 o 19:31, Kamil Konieczny pisze:
> 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>
Reviewed-by: Andrzej Hajda <andrzej.hajda at intel.com>
Regards
Andrzej
> ---
> 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
> }
>
More information about the igt-dev
mailing list