Skip to content

Commit 8d4a657

Browse files
committed
Corrects _dist.py discovery on runtests.sh
1 parent d4a818f commit 8d4a657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ if [ $doDistTests = true ]
728728
then
729729
echo "${separator}${blue}run distributed unit test cases${noColor}"
730730
torch_validate
731-
for i in tests/test_*_dist.py
731+
for i in $(find ./tests/ -name "*_dist.py")
732732
do
733733
echo "$i"
734734
${cmdPrefix}${cmd} "$i"

0 commit comments

Comments
 (0)