~ubuntu-branches/ubuntu/trusty/checkbox-ng/trusty

« back to all changes in this revision

Viewing changes to checkbox_ng/commands/test_sru.py

  • Committer: Package Import Robot
  • Author(s): Sylvain Pineau
  • Date: 2014-03-24 14:27:40 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140324142740-471scaf3uztmejir
Tags: 0.2.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
        job definition options:
68
68
          -i PATTERN, --include-pattern PATTERN
69
 
                                Run jobs matching the given regular expression.
70
 
                                Matches from the start to the end of the line.
 
69
                                include jobs matching the given regular expression
71
70
          -x PATTERN, --exclude-pattern PATTERN
72
 
                                Do not run jobs matching the given regular expression.
73
 
                                Matches from the start to the end of the line.
 
71
                                exclude jobs matching the given regular expression
74
72
          -w WHITELIST, --whitelist WHITELIST
75
 
                                Load whitelist containing run patterns
 
73
                                load whitelist containing run patterns
76
74
        """
77
75
        self.assertEqual(io.combined, cleandoc(expected) + "\n")