~ursinha/ubuntu-ci-services-itself/enable-get-private-data

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Ursula Junque (Ursinha)
  • Date: 2014-03-12 20:13:05 UTC
  • mfrom: (363.2.6 ubuntu-ci-services-itself)
  • Revision ID: ursinha@canonical.com-20140312201305-fkkuo2600x4x272y
Merging trunk. No conflicts \o/

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():