commit | d7c4731ef69b48ed9407155cb524a786b9601b12 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Thu Sep 27 10:07:38 2018 +0200 |
committer | Rico Wind <ricow@google.com> | Thu Sep 27 10:07:38 2018 +0200 |
tree | 49b80387a4359e810f7b21b3a071a5ba7253803e | |
parent | b86ce5c068dbc029dbe7f890df0e87e2487e19c7 [diff] [blame] |
Clean out build cache on all bots R=ager@google.om Change-Id: I121c2b0285489f95bcfc50d3322be3233a81ba07
diff --git a/tools/test.py b/tools/test.py index b92c8dc..6c15ea5 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -100,6 +100,8 @@ def Main(): (options, args) = ParseOptions() + if 'BUILDBOT_BUILDERNAME' in os.environ: + gradle.RunGradle(['clean']) gradle_args = ['--stacktrace'] # Set all necessary Gradle properties and options first.