diff options
Diffstat (limited to 'chrome/tools/test/smoketests.py')
-rwxr-xr-x | chrome/tools/test/smoketests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/test/smoketests.py b/chrome/tools/test/smoketests.py index cb566d4..c96f22f 100755 --- a/chrome/tools/test/smoketests.py +++ b/chrome/tools/test/smoketests.py @@ -145,7 +145,7 @@ def main(options, args): len([x for x in tests if x.startswith('page-cycler')])): print 'Skipping page-cycler tests (no data)' options.nopage_cycler = True - + # Start an httpd if needed. http_tests = [x for x in tests if x.endswith('-http')] if http_tests and not options.nopage_cycler and not options.nohttp: |