Skip to content

Commit 3aca16b

Browse files
committed
tests: refactor system tests
1 parent 30c2d58 commit 3aca16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system' -o -who
113113

114114
# Determine if we should skip based on git diff
115115
files_to_check="${package_path}/CHANGELOG.md"
116-
if [[ $package_name == @($pattern) ]]; then
116+
if [[ $package_name == @($packages_with_system_tests_pattern) ]]; then
117117
files_to_check="${package_path}"
118118
fi
119119

0 commit comments

Comments
 (0)