Skip to content

Commit f163338

Browse files
committed
change run.sh permission
1 parent fc32f66 commit f163338

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

paddle/fluid/inference/tests/infer_ut/run.sh

100644100755
File mode changed.

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,14 +1912,14 @@ EOF
19121912
${TENSORRT_INCLUDE_DIR:-/usr/local/TensorRT/include} \
19131913
${TENSORRT_LIB_DIR:-/usr/local/TensorRT/lib}
19141914
DEMO_EXIT_CODE=$?
1915+
./clean.sh
19151916
cd ${PADDLE_ROOT}/paddle/fluid/inference/tests/infer_ut
19161917
./run.sh ${PADDLE_ROOT} ${WITH_MKL:-ON} ${WITH_GPU:-OFF} ${INFERENCE_DEMO_INSTALL_DIR} \
19171918
${TENSORRT_ROOT_DIR:-/usr/local/TensorRT}
19181919
TEST_EXIT_CODE=$?
19191920
fluid_endTime_s=`date +%s`
19201921
echo "test_fluid_lib Total Time: $[ $fluid_endTime_s - $fluid_startTime_s ]s"
19211922
echo "ipipe_log_param_Test_Fluid_Lib_Total_Time: $[ $fluid_endTime_s - $fluid_startTime_s ]s" >> ${PADDLE_ROOT}/build/build_summary.txt
1922-
./clean.sh
19231923
if [[ "$DEMO_EXIT_CODE" != "0" || "$TEST_EXIT_CODE" != "0" ]]; then
19241924
exit 8;
19251925
fi

0 commit comments

Comments
 (0)