We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a818f commit 8d4a657Copy full SHA for 8d4a657
runtests.sh
@@ -728,7 +728,7 @@ if [ $doDistTests = true ]
728
then
729
echo "${separator}${blue}run distributed unit test cases${noColor}"
730
torch_validate
731
- for i in tests/test_*_dist.py
+ for i in $(find ./tests/ -name "*_dist.py")
732
do
733
echo "$i"
734
${cmdPrefix}${cmd} "$i"
0 commit comments