mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-20 18:07:55 +00:00
tests: Disable shellcheck SC2317
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
1daa80d239
commit
a464c649e2
@ -241,7 +241,8 @@ check-display:
|
||||
.PHONY: syntax-check
|
||||
syntax-check:
|
||||
# SC2009: Consider using pgrep instead of grepping ps output.
|
||||
shellcheck -e SC2009 \
|
||||
# SC2317: (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
|
||||
shellcheck -e SC2009,SC2317 \
|
||||
$(TESTS) $(TEST_UTILS) $(filter _test_%,$(EXTRA_DIST))
|
||||
|
||||
check: check-am check-display
|
||||
|
||||
Loading…
Reference in New Issue
Block a user