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

Unified Diff: chrome/tools/test/smoketests.py

Issue 119322: Trying to re-land r17758 (Closed)
Patch Set: Created 11 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/installer/util/installer_util_unittests_resource.h ('k') | tools/code_coverage/coverage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/test/smoketests.py
diff --git a/chrome/tools/test/smoketests.py b/chrome/tools/test/smoketests.py
index c96f22f31517bc507f5d0ffffbaea1e0de0594ac..50ddd83a989d3ff22e2f2544503484d11d4c9bde 100755
--- a/chrome/tools/test/smoketests.py
+++ b/chrome/tools/test/smoketests.py
@@ -65,7 +65,7 @@ COMMANDS = {'ipc': ['ipc_tests.exe'],
'--gtest_filter=DestinationsStartupTest.*'],
'selenium': ['selenium_tests.exe'],
'plugin': ['plugin_tests.exe'],
- 'installer': ['installer_unittests.exe'],
+ 'installer': ['installer_util_unittests.exe'],
'webkit': ['%(python)s',
'%(slave_scripts)s/layout_test_wrapper.py',
'--build-type', '%(build_type)s',
@@ -241,4 +241,3 @@ if '__main__' == __name__:
if _httpd:
_httpd.StopServer(force=True)
sys.exit(result)
-
« no previous file with comments | « chrome/installer/util/installer_util_unittests_resource.h ('k') | tools/code_coverage/coverage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698