From cf07b46bcae04966fa4b0102de82f550711d8e4a Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Wed, 17 Nov 2021 10:37:16 +0800 Subject: [PATCH] [skip ci] Add comment for go-run-unittest.sh (#11948) Signed-off-by: Jenny Li --- scripts/run_go_unittest.sh | 1 + 1 file changed, 1 insertion(+) 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]}"