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:
Tomas Babej 2019-01-01 21:30:57 -05:00
parent 55ee8c9233
commit 9fa94516ad

View file

@ -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)