From 0dd28b8c8baadfcdf783150f6d6c1172dd031663 Mon Sep 17 00:00:00 2001 From: YUNSHEN XIE <1084314248@qq.com> Date: Tue, 20 Apr 2021 14:24:24 +0800 Subject: [PATCH] fix the bug that the error message is not displayed on mac ci (#32367) * test for mac task,notest,test=mac_py3 * fix the bug that the error message is not displayed --- paddle/scripts/paddle_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index d834d1f87a2..404099f5e8b 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -607,7 +607,7 @@ EOF ut_startTime_s=`date +%s` get_quickly_disable_ut||disable_ut_quickly='' # indicate whether the case was in quickly disable list if [ ${NIGHTLY_MODE:-OFF} == "ON" ]; then - nightly_label="" + nightly_label="(NIGHTLY_LABEL)" else nightly_label="(RUN_TYPE=NIGHTLY|RUN_TYPE=DIST:NIGHTLY|RUN_TYPE=EXCLUSIVE:NIGHTLY)" echo "=========================================" -- GitLab