Skip to content

Commit

Permalink
fix the bug that the error message is not displayed on mac ci (#32367)
Browse files Browse the repository at this point in the history
* test for mac task,notest,test=mac_py3

* fix the bug that the error message is not displayed
  • Loading branch information
XieYunshen committed Apr 20, 2021
1 parent 43926c8 commit 0dd28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "========================================="
Expand Down

0 comments on commit 0dd28b8

Please sign in to comment.