Skip to content

Commit 8cbf92e

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 f2ce4a0 commit 8cbf92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/run_conditional_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RETVAL=0
9494

9595
for subdir in ${subdirs[@]}; do
9696
# If a specific package path was passed directly, use it; otherwise scan the parent folder
97-
if [ -d "${subdir}" ] && [[ "${subdir}" != "packages" ]]; then
97+
if [ -d "${subdir}" ] && [[ "${subdir%/}" != "packages" ]]; then
9898
loop_dirs=("${subdir}")
9999
else
100100
loop_dirs=(`ls -d ${subdir}/*/`)

0 commit comments

Comments
 (0)