| 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 2ce2dd9d451d64be2e6e9b3a00d6f873ba734d25..8e9a80efcbfa67070ac3f22166de596c60a538ae 100644
|
| --- a/chrome/test/mini_installer/test_installer.py
|
| +++ b/chrome/test/mini_installer/test_installer.py
|
| @@ -284,7 +284,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:
|
|
|