Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 21405003: [android] Clear content_browsertests profile after each run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index 2a93e37532c828045c54011ebc0a77012985c964..d1599f7314882db2e8745bd00aa9512bbb03f17c 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -183,6 +183,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
if _TestSuiteRequiresMockTestServer(self.test_package.suite_name):
self.LaunchChromeTestServerSpawner()
self.tool.SetupEnvironment()
+ self.adb.RunShellCommand('rm -r /sdcard/content_shell', timeout_time=60 * 2)
frankf 2013/07/31 22:12:30 As a follow up, can you address: crbug.com/251023
frankf 2013/07/31 22:12:30 Use adb.GetExternalStorage
frankf 2013/07/31 22:12:30 Makes more sense to be in TearDown
craigdh 2013/07/31 22:49:04 Done.
craigdh 2013/07/31 22:49:04 Done.
#override
def TearDown(self):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698