Add some print log before running UT (#24071)

revert-22778-infer_var_type
hutuxian 5 years ago committed by GitHub
parent 34b4153e97
commit aa0330f451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -801,6 +801,8 @@ set +x
testcase=''
done <<< "$test_cases";
echo "For UT Random Fail, will delete soon"
find / -name "proto" -type d | xargs ls
card_test "$single_card_tests" 1 # run cases with single GPU
card_test "$multiple_card_tests" 2 # run cases with two GPUs
card_test "$exclusive_tests" # run cases exclusively, in this cases would be run with 4/8 GPUs

Loading…
Cancel
Save