Skip to content

Commit

Permalink
[CINN CI]add some print information (#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 Oct 11, 2023
1 parent 10a9e4e commit 5e63dd1
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 5e63dd1

Please sign in to comment.