commit | 24777b92d294387194df15b94b5da6150e375863 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Fri Jun 19 22:44:14 2020 +0200 |
committer | Rico Wind <ricow@google.com> | Fri Jun 19 20:44:43 2020 +0000 |
tree | 50db5b2b6ad3979deb0e36a7f27caf46a7a04bca | |
parent | 4be7157c6fc4e2e86ad5549b6caf11d9319ab6a2 [diff] [blame] |
Trigger bots with new pool Change-Id: Ide653724bef133eb9037dcb9159105e8909d2e75
diff --git a/tools/test.py b/tools/test.py index 95766ca..ad99485 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -162,7 +162,7 @@ gradle_args = ['--stacktrace'] if utils.is_bot(): - # Bots don't like dangling processes + # Bots don't like dangling processes. gradle_args.append('--no-daemon') # Set all necessary Gradle properties and options first.