File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
fluid/inference/tests/infer_ut Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments