From 796dd4be3539f9a51515dd74f4603fdb4463c745 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Mon, 13 Dec 2021 13:20:03 +0800 Subject: [PATCH] [skip ci] Add comment for ci_e2e.sh (#13223) Signed-off-by: Jenny Li --- tests/scripts/ci_e2e.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/ci_e2e.sh b/tests/scripts/ci_e2e.sh index 92c8f89829..40ecd5a56f 100755 --- a/tests/scripts/ci_e2e.sh +++ b/tests/scripts/ci_e2e.sh @@ -57,7 +57,8 @@ python3 -V export CI_LOG_PATH=/tmp/ci_logs/test if [ ! -d "${CI_LOG_PATH}" ]; then -mkdir -p ${CI_LOG_PATH} + # create dir for ci log path when it does not exist + mkdir -p ${CI_LOG_PATH} fi trace "prepare e2e test" install_pytest_requirements