aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-12-18 16:35:02 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2017-12-19 08:59:28 -0800
commita2ed77db5624f780e0e7625504e3233f45e6b08d (patch)
tree37bba7cfb81646b54163c58f9705ca93673dc80b /templates/tools
parent795e8ebdc47a7829310d44b84c15fda9695a2873 (diff)
Add a sanity test for shellcheck
Start by checking the scripts in tools/run_tests/helper_scripts.
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/dockerfile/test/sanity/Dockerfile.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/test/sanity/Dockerfile.template b/templates/tools/dockerfile/test/sanity/Dockerfile.template
index fef569477e..c98f7d4176 100644
--- a/templates/tools/dockerfile/test/sanity/Dockerfile.template
+++ b/templates/tools/dockerfile/test/sanity/Dockerfile.template
@@ -29,7 +29,8 @@
libtool ${"\\"}
curl ${"\\"}
python-virtualenv ${"\\"}
- python-lxml
+ python-lxml ${"\\"}
+ shellcheck
RUN pip install simplejson mako
#======================================