File: 01_selftest_package

package info (click to toggle)
breezy 3.3.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,768 kB
  • sloc: python: 279,477; ansic: 1,093; makefile: 367; sh: 284; lisp: 107
file content (18 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Suggest installing python3-breezy.tests when breezy.tests is unavailable
Author: Jelmer Vernooij <jelmer@debian.org>
Status: Not upstream, Debian-specific

=== modified file 'breezy/builtins.py'
Index: unstable/breezy/builtins.py
===================================================================
--- unstable.orig/breezy/builtins.py
+++ unstable/breezy/builtins.py
@@ -4750,7 +4750,7 @@ class cmd_selftest(Command):
         except ImportError as exc:
             raise errors.CommandError(
                 "tests not available. Install the "
-                "breezy tests to run the breezy testsuite."
+                "python3-breezy.tests package to run the breezy testsuite."
             ) from exc
 
         if testspecs_list is not None: