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

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

Issue 11649008: Reorganize Android's test scripts into packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « build/android/pylib/gtest/__init__.py ('k') | build/android/pylib/gtest/single_test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/debug_info.py
diff --git a/build/android/pylib/debug_info.py b/build/android/pylib/gtest/debug_info.py
similarity index 99%
rename from build/android/pylib/debug_info.py
rename to build/android/pylib/gtest/debug_info.py
index 6f0f55a33f2eafa74dd38d4b5f9625aaf5ce2cc3..4634a150ddd0dfc75592dc8f76b166e1b1444789 100644
--- a/build/android/pylib/debug_info.py
+++ b/build/android/pylib/gtest/debug_info.py
@@ -13,7 +13,7 @@ import string
import subprocess
import tempfile
-import cmd_helper
+from pylib import cmd_helper
TOMBSTONE_DIR = '/data/tombstones/'
« no previous file with comments | « build/android/pylib/gtest/__init__.py ('k') | build/android/pylib/gtest/single_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698