Skip to content

Commit

Permalink
[CINN CI]add some print information (PaddlePaddle#52660)
Browse files Browse the repository at this point in the history
* add cinn information

* add print information,test=document_fix
  • Loading branch information
risemeup1 authored and jiahy0825 committed Oct 16, 2023
1 parent a732360 commit f7083b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2394,6 +2394,11 @@ set -x
ut_endTime_s=`date +%s`
echo "CINN testCase Time: $[ $ut_endTime_s - $ut_startTime_s ]s"
if [[ "$EXIT_CODE" != "0" ]]; then
rm -f $tmp_dir/*
echo "Summary Failed Tests... "
echo "========================================"
echo "The following tests FAILED: "
echo "${failuretest}" | sort -u
exit 8;
fi
fi
Expand Down

0 comments on commit f7083b2

Please sign in to comment.