Merge pull request #5687 from zhangcheng/fix_runtests_typo

Fix typo
This commit is contained in:
Joseph Hall 2013-06-22 08:45:46 -07:00
commit ae4aaa37d2

View File

@ -91,7 +91,7 @@ def run_integration_tests(opts):
'''
Execute the integration tests suite
'''
if opts.unit and not (opts.runner or opts.states or opts.module or opts.client):
if opts.unit and not (opts.runner or opts.state or opts.module or opts.client):
return [True]
smax_open_files, hmax_open_files = resource.getrlimit(resource.RLIMIT_NOFILE)
if smax_open_files < REQUIRED_OPEN_FILES: