From 3cb711d462df2249dd744b440d0110bc79bbe5ea Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Tue, 9 Nov 2021 19:31:01 +0800 Subject: [PATCH] [skip ci] Add comment for export_logs script (#11475) Signed-off-by: Jenny Li --- tests/scripts/export_logs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/export_logs.sh b/tests/scripts/export_logs.sh index acb56116e4..08b02c2d64 100755 --- a/tests/scripts/export_logs.sh +++ b/tests/scripts/export_logs.sh @@ -12,6 +12,9 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. # export kind logs to artifacts, logs can be seen in the jenkins + + +# Exit immediately for non zero status set -e set -x