Merge "pass stop_on_error to _has_error_in_logs"

This commit is contained in:
Jenkins
2013-10-08 14:09:01 +00:00
committed by Gerrit Code Review

View File

@@ -196,7 +196,7 @@ def stress_openstack(tests, duration, max_runs=None, stop_on_error=False):
if not logfiles:
continue
if _has_error_in_logs(logfiles, computes):
if _has_error_in_logs(logfiles, computes, stop_on_error):
had_errors = True
break