~cjohnston/qa-dashboard/1207205

« back to all changes in this revision

Viewing changes to smokeng/management/commands/jenkins_pull_smokeng.py

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2013-08-07 17:06:01 UTC
  • mfrom: (559.1.1 tests-import)
  • Revision ID: tarmac-20130807170601-y4gqxxyo19wsdry8
[r=Andy Doan] Pass the correct result to process the yaml file 1209318 from Chris Johnston

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
        if 'log' in dashboard_data:
237
237
            process_smokeng_log(
238
238
                dashboard_data['log'],
239
 
                result,
 
239
                publish,
240
240
                dashboard_data['logfile_path'],
241
241
            )
242
242