| Index: build/android/run_tests.py
|
| diff --git a/build/android/run_tests.py b/build/android/run_tests.py
|
| index f1f1ab2faca461b39d317e3701a6edbb256b2ebd..01bd4c1daac97f2fe396bb341ef96d2cf2c8abd2 100755
|
| --- a/build/android/run_tests.py
|
| +++ b/build/android/run_tests.py
|
| @@ -426,6 +426,7 @@ def main(argv):
|
| option_parser.print_usage()
|
| sys.exit(1)
|
| run_tests_helper.SetLogLevel(options.verbose_count)
|
| + emulator.DeleteAllTempAVDs()
|
| failed_tests_count = Dispatch(options)
|
|
|
| # Failures of individual test suites are communicated by printing a
|
|
|