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

Unified Diff: chrome/test/install_test/run_install_tests.py

Issue 14882007: Android: support glob-style gtest filters with content browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use DIR_SOURCE_ROOT. Created 7 years, 6 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 | « chrome/test/install_test/install_test.py ('k') | chrome/test/install_test/theme_updater.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/install_test/run_install_tests.py
diff --git a/chrome/test/install_test/run_install_tests.py b/chrome/test/install_test/run_install_tests.py
index 9e5be379ab688243b62202664ae527c124101259..118acc822d85023834d6afad34fbf1dc115cc912 100755
--- a/chrome/test/install_test/run_install_tests.py
+++ b/chrome/test/install_test/run_install_tests.py
@@ -29,6 +29,10 @@ import unittest
import chrome_installer_win
from install_test import InstallTest
+_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
+sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, os.path.pardir,
+ os.path.pardir, 'build', 'util', 'lib'))
+
from common import unittest_util
from common import util
« no previous file with comments | « chrome/test/install_test/install_test.py ('k') | chrome/test/install_test/theme_updater.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698