commit | 8753a85fab43d64c1ecf148f6ddd77b483dceb47 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue Feb 22 09:36:58 2022 +0100 |
committer | Rico Wind <ricow@google.com> | Tue Feb 22 09:36:58 2022 +0100 |
tree | a37ac64291fc3117a07bd16556e7dbd77c5237ff | |
parent | 8177130a276737d0ca4001f2d425eab588fb6450 [diff] |
Print python version when running on the bots Change-Id: I4e2406a7cd98678f30023ea813e9670e77610541
diff --git a/tools/test.py b/tools/test.py index 56f30e7..0efa683 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -219,6 +219,7 @@ if utils.is_bot(): gradle.RunGradle(['--no-daemon', 'clean']) + print('Running with python ' + str(sys.version_info)) desugar_jdk_json_dir = None if options.desugared_library_configuration: