| Index: chrome/test/mini_installer/test_installer.py
|
| diff --git a/chrome/test/mini_installer/test_installer.py b/chrome/test/mini_installer/test_installer.py
|
| index ac2ca432aa758a5f8df7984f35565bdd1b5099d6..c0c9a91e3b7314954d49ff6a0fb09ffef640403e 100644
|
| --- a/chrome/test/mini_installer/test_installer.py
|
| +++ b/chrome/test/mini_installer/test_installer.py
|
| @@ -364,7 +364,7 @@ def main():
|
| RunCleanCommand(args.force_clean, variable_expander)
|
| for test in config.tests:
|
| # If tests were specified via |tests|, their names are formatted like so:
|
| - test_name = '%s/%s/%s' % (InstallerTest.__module__,
|
| + test_name = '%s.%s.%s' % (InstallerTest.__module__,
|
| InstallerTest.__name__,
|
| test['name'])
|
| if not args.test or test_name in args.test:
|
|
|