File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,11 @@ TEST_8_DEVICES_FILES=("gda_test.py"
191191 " trainer_test.py"
192192 " utils_test.py"
193193)
194- # we do not need to test the following
195194TEST_8_DEVICES_WITH_PATHS=()
196195for file in " ${TEST_8_DEVICES_FILES[@]} " ; do
197196 # Handle the ambiguous 'utils_test.py' as a special case.
198197 if [[ " $file " == " utils_test.py" ]]; then
199- # Find the one specific 'utils_test.py' we want by its full path.
200- # Adjust the path if your target file is located elsewhere.
198+ # We do not need to test cli or gcloud utils_test
201199 found_file=$( find . -path ' */axlearn/common/utils_test.py' -type f 2> /dev/null | head -n 1)
202200 if [[ -n " $found_file " ]]; then
203201 TEST_8_DEVICES_WITH_PATHS+=(" $found_file " )
You can’t perform that action at this time.
0 commit comments