Skip SLSA scripts in smoke-test.
SLSA scripts don't have a help flag due to they are intended to be executed by sytemd services only.
This commit is contained in:
parent
d380b44f52
commit
3a3c97ee4c
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
for f in $(find . -maxdepth 1 -type f -executable -print); do
|
for f in $(find . -maxdepth 1 -type f -executable -print); do
|
||||||
# skip completely broken scripts or those without --help
|
# skip completely broken scripts or those without --help
|
||||||
[[ " ./checknewer.py ./repo2fileprovides.py ./openqa-maintenance.py ./docker_publisher.py ./publish_distro ./findfileconflicts ./write_repo_susetags_file.pl ./issue-diff.py " =~ "$f" ]] || "$f" --help
|
[[ " ./checknewer.py ./repo2fileprovides.py ./openqa-maintenance.py ./docker_publisher.py ./publish_distro ./findfileconflicts ./write_repo_susetags_file.pl ./issue-diff.py ./generate-release-packages ./verify-build-and-generatelists " =~ "$f" ]] || "$f" --help
|
||||||
done
|
done
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user