diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-05-29 11:03:34 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-05-29 11:03:34 +0200 |
commit | 91039672bdef975d17d828d6076814afc2a401cf (patch) | |
tree | e31cdca9f76525c5c5db0d3167a2eed2cc961a32 /tools | |
parent | a9cac52190258aff02759f104c60f18ec87823bf (diff) | |
download | ironic-python-agent-91039672bdef975d17d828d6076814afc2a401cf.tar.gz |
Do not run bashate on generated TinyIPA files
Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_bashate.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_bashate.sh b/tools/run_bashate.sh index d74db7d9..55921385 100755 --- a/tools/run_bashate.sh +++ b/tools/run_bashate.sh @@ -16,6 +16,8 @@ # Ignoring E006(Line longer than 79 characters) find "$@" -not \( -type d -name .?\* -prune \) \ + -not \( -type d -name tinyipabuild -prune \) \ + -not \( -type d -name tinyipafinal -prune \) \ -type f \ \( \ -name \*.sh \ |