We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a590e18 commit 1111da8Copy full SHA for 1111da8
misc/output_test.py
@@ -133,6 +133,7 @@ def test_pr_1685(self):
133
def test_status(self):
134
self.assertEqual(run(''), 'ninja: no work to do.\n')
135
self.assertEqual(run('', pipe=True), 'ninja: no work to do.\n')
136
+ self.assertEqual(run('', flags='--quiet'), '')
137
138
def test_ninja_status_default(self):
139
'Do we show the default status by default?'
0 commit comments