~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_revision_info.py

Changed error status to 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        The output is supplied first, so that you can supply a variable
29
29
        number of arguments to bzr.
30
30
        """
31
 
        self.assertEquals(self.run_bzr_captured(args, retcode=1)[1], output)
 
31
        self.assertEquals(self.run_bzr_captured(args, retcode=3)[1], output)
32
32
 
33
33
    def check_output(self, output, *args):
34
34
        """Verify that the expected output matches what bzr says.