~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/librarian/tests/librarian-report.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-24 09:25:36 UTC
  • mfrom: (14593.2.17 apocalypta-0)
  • Revision ID: launchpad@pqm.canonical.com-20111224092536-rdgyq1kfsi3hunqr
[rs=sinzui][no-qa] Moved forgotten files to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
We have a report that we run as necessary to see what is using the Librarian
2
2
storage.
3
3
 
4
 
    >>> from canonical.launchpad.ftests.script import run_script
 
4
    >>> from lp.testing.script import run_script
5
5
    >>> script = 'scripts/librarian-report.py'
6
6
 
7
7
    >>> rv, out, err = run_script(script)