mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
oeqa: fix checksec runtime test
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ class CheckSecTest(OERuntimeTestCase):
|
||||
|
||||
@OETestDepends(['checksec.CheckSecTest.test_checksec_help'])
|
||||
def test_checksec_xml(self):
|
||||
status, output = self.target.run('checksec --format xml --proc-all')
|
||||
status, output = self.target.run('checksec --format=xml --proc=1')
|
||||
msg = ('checksec xml failed. Output: %s' % output)
|
||||
self.assertEqual(status, 0, msg = msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user