diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 00:29:17 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 00:29:17 +0000 |
commit | 2c921642bf98d54fa4bd272a06c3fb77d7280cf9 (patch) | |
tree | 715ebc90dda5ba61d187bbfd97c2c0b8b3c5eb55 /chrome/tools | |
parent | 19aad64511d3fad539184abfe5af5ff6264e630c (diff) | |
download | chromium_src-2c921642bf98d54fa4bd272a06c3fb77d7280cf9.zip chromium_src-2c921642bf98d54fa4bd272a06c3fb77d7280cf9.tar.gz chromium_src-2c921642bf98d54fa4bd272a06c3fb77d7280cf9.tar.bz2 |
Trying to re-land r17758 (http://codereview.chromium.org/118247) but with name installer_util_unittests instead of util_unittests.
BUG=12849
Review URL: http://codereview.chromium.org/119322
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-x | chrome/tools/test/smoketests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/tools/test/smoketests.py b/chrome/tools/test/smoketests.py index c96f22f..50ddd83 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) - |