diff options
author | Michael Lumish <mlumish@google.com> | 2016-01-14 16:46:06 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2016-01-14 16:46:06 -0800 |
commit | 7df646667d40390e691616838d35e3e52cdd18c9 (patch) | |
tree | df53f218fb5a602d0065cb1e6c502022a08a3940 /tools/run_tests | |
parent | f8eacca8cdcf944c5c023f85abc76344ba451dc5 (diff) | |
parent | 2bf574f814d6effc10908cc9a2e28bf33d3ab56f (diff) |
Merge pull request #4736 from dgquintas/newlines
Added back trailing newlines
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/run_interop_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index 70f1b307ba..10566d6bc8 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -785,4 +785,4 @@ finally: for image in docker_images.itervalues(): print 'Removing docker image %s' % image - dockerjob.remove_image(image)
\ No newline at end of file + dockerjob.remove_image(image) |