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