~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout-templates/bin/retest.in

  • Committer: Curtis Hovey
  • Date: 2011-07-15 15:46:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13449.
  • Revision ID: curtis.hovey@canonical.com-20110715154651-eahw01tqq6z60mnk
Removed code and tools that think windmill is still a test layer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    match = STORY_RE.match(test)
51
51
    if match:
52
52
        return match.group(1)
53
 
    # Otherwise split the test and return the first portion.  The split will
54
 
    # chop off windmill descriptions.
55
 
    return test.split()[0]
56
53
 
57
54
 
58
55
def gen_test_lines(lines):