tests: Make sure expected message is printed out
Information about newly logged task is only printed if new-uuid verbosity flag is configured.
This commit is contained in:
@@ -260,7 +260,7 @@ class TestBug555(TestCase):
|
||||
|
||||
Reported in bug 555
|
||||
"""
|
||||
code, out, err = self.t("log description project:p")
|
||||
code, out, err = self.t("rc.verbose:new-uuid log description project:p")
|
||||
|
||||
self.assertNotIn("Segmentation fault", out)
|
||||
self.assertNotIn("Segmentation fault", err)
|
||||
|
||||
Reference in New Issue
Block a user