Skip to content

Instantly share code, notes, and snippets.

@SamB
Created September 19, 2012 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamB/3750150 to your computer and use it in GitHub Desktop.
Save SamB/3750150 to your computer and use it in GitHub Desktop.
=== modified file 'tests.py'
--- tests.py 2012-09-18 16:59:47 +0000
+++ tests.py 2012-09-19 15:03:42 +0000
@@ -446,3 +446,9 @@
raise KnownFailure\
("bisect does not drill down into merge commits: "
"https://bugs.launchpad.net/bzr-bisect/+bug/539937")
+
+ def testRunRange(self):
+ out, err = self.run_bzr(['bisect', 'run', '-r', '2..5',
+ 'grep -q one test_file_append'])
+ self.debug()
+ self.assertRevno(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment