Skip to content

Commit 704646e

Browse files
committed
Travis debug.
1 parent 9c29eb6 commit 704646e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/script_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ def get_affected_files(allow_limited=True):
217217
if diff_base is not None and allow_limited:
218218
result = subprocess.check_output(['git', 'diff', '--name-only',
219219
diff_base])
220+
print('in_travis: %s, in_travis_pr(): %s, travis_branch(): %s' %
221+
(in_travis(), in_travis_pr(), travis_branch()))
220222
print('Using files changed relative to %s:' % (diff_base,))
221223
print('-' * 60)
222224
print(result.rstrip('\n')) # Don't print trailing newlines.

0 commit comments

Comments
 (0)