modified the ut name with test_dist (#27315)

revert-27520-disable_pr
YUNSHEN XIE 5 years ago committed by GitHub
parent 25902b2c12
commit fd496fa9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -979,7 +979,7 @@ set +x
if [[ "$is_multicard" == "" ]]; then
# trick: treat all test case with prefix "test_dist" as dist case, and would run on 2 GPUs
read is_multicard <<< $(echo "$testcase"|grep -oEi "test_dist")
read is_multicard <<< $(echo "$testcase"|grep -oEi "test_dist_")
fi
if [[ "$is_exclusive" != "" ]]; then

Loading…
Cancel
Save