aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_clang_format
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-04 14:57:35 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-04 14:57:35 -0800
commit408dc2139048ff1a7f567bc0043ef5b9c2addcf8 (patch)
treed1f00a3e6baa5dce479b82f0273932adf1542898 /tools/dockerfile/grpc_clang_format
parent5e4775f0bfb9485a01961a846d9fe1c1b79b7dfc (diff)
parentc51fbaa098d8ef34e45067bf83d7c413d70057cd (diff)
Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmt
Diffstat (limited to 'tools/dockerfile/grpc_clang_format')
-rwxr-xr-xtools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
index 60fd30cd6f..c57ed689b4 100755
--- a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
+++ b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
@@ -28,6 +28,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+set -e
+
# directories to run against
DIRS="src/core src/cpp test/core test/cpp include"