aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-02-13 10:02:30 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2018-02-13 10:02:30 -0800
commita35b9bdd54cd2c8052f9627b933f35e31864a44a (patch)
treeaf58fb34d47dc3c064b04252394b72eb3d92fb2b /tools/run_tests
parentd398870d263f5d90e4a43a3939c911694af842a0 (diff)
Enforce shellcheck on tools/gce
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/sanity/check_shellcheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/check_shellcheck.sh b/tools/run_tests/sanity/check_shellcheck.sh
index 6e60ea2fee..b94d822789 100755
--- a/tools/run_tests/sanity/check_shellcheck.sh
+++ b/tools/run_tests/sanity/check_shellcheck.sh
@@ -20,6 +20,7 @@ ROOT="$(dirname "$0")/../../.."
DIRS=(
'test'
+ 'tools/gce'
'tools/run_tests'
)