Skip to content

Commit

Permalink
Add output_test assertion for quiet without 'no work to do'
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Oct 24, 2023
1 parent a590e18 commit 1111da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/output_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_pr_1685(self):
def test_status(self):
self.assertEqual(run(''), 'ninja: no work to do.\n')
self.assertEqual(run('', pipe=True), 'ninja: no work to do.\n')
self.assertEqual(run('', flags='--quiet'), '')

def test_ninja_status_default(self):
'Do we show the default status by default?'
Expand Down

0 comments on commit 1111da8

Please sign in to comment.