mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
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:
parent
55ee8c9233
commit
9fa94516ad
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class TestBug555(TestCase):
|
||||||
|
|
||||||
Reported in bug 555
|
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", out)
|
||||||
self.assertNotIn("Segmentation fault", err)
|
self.assertNotIn("Segmentation fault", err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue