Merge "Fix no attribute: result has no s"

This commit is contained in:
Jenkins 2016-02-22 22:40:53 +00:00 committed by Gerrit Code Review
commit f96c5bf0d4
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ class Shell(TempFileHandler):
use_sudo=True,
warn_only=True
)
self.verify_run_results(['bash', action_file_name], rst)
self.verify_run_result(['bash', action_file_name], rst)