[Metax][CI] fix run_ci_metax.sh error (#6341)

This commit is contained in:
MingkunZhang
2026-02-04 15:43:48 +08:00
committed by GitHub
parent e109fb9a0e
commit 43e3886ef9
+1 -1
View File
@@ -101,7 +101,7 @@ METAX_CI_CASELIST=(
"tests/layers/test_min_sampling.py"
)
for path in "${METAX_CI_CASELIST[@]}"; do
local TEST_FILE_PATH=$run_path/$path
TEST_FILE_PATH=$run_path/$path
if [ -e "$TEST_FILE_PATH" ]; then
FILTERED_PATHS+=("$TEST_FILE_PATH")