File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1170,13 +1170,13 @@ set -x
11701170 fi
11711171 if [ -a " $PADDLE_ROOT /added_ut" ]; then
11721172 added_uts=^$( awk BEGIN{RS=EOF}' {gsub(/\n/,"$|^");print}' $PADDLE_ROOT /added_ut) $
1173- ctest -R " (${added_uts} )" --output-on-failure --repeat-until-fail 3 --timeout 15; added_ut_error=$?
1174- if [ " $added_ut_error " != 0 ]; then
1175- echo " ========================================"
1176- echo " Added UT should not exceed 15 seconds"
1177- echo " ========================================"
1178- exit 8;
1179- fi
1173+ # ctest -R "(${added_uts})" --output-on-failure --repeat-until-fail 3 --timeout 15;added_ut_error=$?
1174+ # if [ "$added_ut_error" != 0 ];then
1175+ # echo "========================================"
1176+ # echo "Added UT should not exceed 15 seconds"
1177+ # echo "========================================"
1178+ # exit 8;
1179+ # fi
11801180 fi
11811181set +x
11821182 EXIT_CODE=0;
You can’t perform that action at this time.
0 commit comments