Created
September 19, 2012 15:04
-
-
Save SamB/3750150 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== 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