Fix log file to be uploaded

Change-Id: I3a8236d90817695c83cf0ae30ca19a39ab62d1dd
This commit is contained in:
Joshua Hesketh 2014-01-30 15:47:30 +11:00
parent 1f2d1a27d5
commit 3918c26c68

View File

@ -218,7 +218,7 @@ class ShellTask(Task):
self.log.debug("Process the resulting files (upload/push)")
if 'publish_logs' in self.global_config:
index_url = utils.push_file(self.results_set_name,
index_url = utils.push_file(self.shell_output_log,
self.job_working_dir,
self.global_config['publish_logs'])
self.log.debug("Index URL found at %s" % index_url)