Test: Enabled hooks before running diag, to get more info
This commit is contained in:
@@ -45,6 +45,7 @@ class TestDiagnostics(TestCase):
|
||||
|
||||
def test_diagnostics(self):
|
||||
"""Task diag output, so we can monitor platforms"""
|
||||
self.t.activate_hooks()
|
||||
code, out, err = self.t.diag()
|
||||
self.tap(out)
|
||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+11")
|
||||
|
||||
Reference in New Issue
Block a user