From c51fbaa098d8ef34e45067bf83d7c413d70057cd Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 1 Dec 2015 23:03:24 +0100 Subject: [PATCH] Actually making the clang format test properly fail sanity. --- .../dockerfile/grpc_clang_format/clang_format_all_the_things.sh | 2 ++ 1 file changed, 2 insertions(+) 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 5da9dfabbac..f174d194dde 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 @@ -1,5 +1,7 @@ #!/bin/bash +set -e + # directories to run against DIRS="src/core src/cpp test/core test/cpp include"