diff --git a/scripts/run_go_unittest.sh b/scripts/run_go_unittest.sh index 0c3b8096f9..fcf83b8151 100755 --- a/scripts/run_go_unittest.sh +++ b/scripts/run_go_unittest.sh @@ -16,6 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Exit immediately for non zero status set -e SOURCE="${BASH_SOURCE[0]}"