~psivaa/uci-engine/lander-jenkins-with-proxy

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Evan Dandrea
  • Date: 2014-03-14 10:37:28 UTC
  • mfrom: (387 ubuntu-ci-services-itself)
  • mto: This revision was merged to the branch mainline in revision 389.
  • Revision ID: evan.dandrea@canonical.com-20140314103728-i9wqk4r17gsya24h
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
    ret = run_regular_components(suite, stdout, result, options)
293
293
    # Django-based components
294
294
    with IsolatedImportAndLogging():
295
 
        ppa =  run_django_tests('ppa-assigner', 'ppa_assigner', False,
 
295
        ppa =  run_django_tests('ppa-assigner', 'ppa_assigner', True,
296
296
                                stdout, result, options)
297
297
        ret = ppa or ret
298
298
    with IsolatedImportAndLogging():