Skip to content

Commit 08933fd

Browse files
Update ci/run_conditional_tests.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 492ee5f commit 08933fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/run_conditional_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ for subdir in ${subdirs[@]}; do
101101
fi
102102

103103
for d in "${loop_dirs[@]}"; do
104+
if [ ! -d "$d" ]; then
105+
continue
106+
fi
104107
# Ensure the directory path always ends with a trailing slash for git diff safety
105108
if [[ "$d" != */ ]]; then
106109
d="$d/"

0 commit comments

Comments
 (0)