summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--breezy/builtins.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/breezy/builtins.py b/breezy/builtins.py
index f695b10..3abcd52 100644
--- a/breezy/builtins.py
+++ b/breezy/builtins.py
@@ -4225,7 +4225,9 @@ class cmd_selftest(Command):
from . import tests
except ImportError as e:
raise errors.CommandError("tests not available. Install the "
- "breezy tests to run the breezy testsuite.")
+ "python-breezy.tests package to run "
+ "the breezy testsuite.")
+
if testspecs_list is not None:
pattern = '|'.join(testspecs_list)