summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2015-12-17 18:07:04 +0000
committerLucas Alvares Gomes <lucasagomes@gmail.com>2015-12-21 11:55:56 +0000
commitcd9975dc0a19a8d8fdb032554e934fa4e7de6ac6 (patch)
tree5cc034f74b53c8ffa84cf54c0ead9b1f34cb5537 /tools
parentd7c41ebf9bc07f253fe08f77fde62a5a7ffef776 (diff)
downloadironic-cd9975dc0a19a8d8fdb032554e934fa4e7de6ac6.tar.gz
Add extensions to the scripts at devstack/tools/ironic/scripts
In order to easily determine the file type of the scripts in devstack/tools/ironic/scripts directory, this patch is adding the correspoding extension to each script. Change-Id: Ifb53b768b7a3b38561031c92c279fa520e289b3d
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_bashate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_bashate.sh b/tools/run_bashate.sh
index 4dbe78d93..c3993a9f2 100755
--- a/tools/run_bashate.sh
+++ b/tools/run_bashate.sh
@@ -18,7 +18,7 @@ find "$@" -not \( -type d -name .?\* -prune \) \
-not -name \*~ \
-not -name \*.xml \
-not -name \*.template \
- -not -wholename \*scripts/configure-vm \
+ -not -name \*.py \
\( \
-name \*.sh -or \
-wholename \*/lib/\* -or \