aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test/sanity
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 /tools/dockerfile/test/sanity
parent795e8ebdc47a7829310d44b84c15fda9695a2873 (diff)
Add a sanity test for shellcheck
Start by checking the scripts in tools/run_tests/helper_scripts.
Diffstat (limited to 'tools/dockerfile/test/sanity')
-rw-r--r--tools/dockerfile/test/sanity/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dockerfile/test/sanity/Dockerfile b/tools/dockerfile/test/sanity/Dockerfile
index e4a2972c0e..6e5a133a69 100644
--- a/tools/dockerfile/test/sanity/Dockerfile
+++ b/tools/dockerfile/test/sanity/Dockerfile
@@ -81,7 +81,8 @@ RUN apt-get update && apt-get install -y \
libtool \
curl \
python-virtualenv \
- python-lxml
+ python-lxml \
+ shellcheck
RUN pip install simplejson mako
#======================================