Skip to content

Commit 9a1d076

Browse files
committed
Update comments.
1 parent a78b0ac commit 9a1d076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ for file in **/requirements.txt; do
7171
file=$(dirname "$file")
7272
cd "$file"
7373

74-
# If $DIFF_ONLY is true, skip projects without changes.
74+
# If $DIFF_FROM is set, use it to check for changes in this directory.
7575
if [[ "DIFF_FROM" != "" ]]; then
7676
git diff --quiet "$DIFF_FROM" .
7777
CHANGED=$?

0 commit comments

Comments
 (0)