diff options
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) - |