Skip to content

Commit 1111da8

Browse files
committed
Add output_test assertion for quiet without 'no work to do'
1 parent a590e18 commit 1111da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/output_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def test_pr_1685(self):
133133
def test_status(self):
134134
self.assertEqual(run(''), 'ninja: no work to do.\n')
135135
self.assertEqual(run('', pipe=True), 'ninja: no work to do.\n')
136+
self.assertEqual(run('', flags='--quiet'), '')
136137

137138
def test_ninja_status_default(self):
138139
'Do we show the default status by default?'

0 commit comments

Comments
 (0)