aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/cases/checksec.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oeqa/runtime/cases/checksec.py')
-rw-r--r--lib/oeqa/runtime/cases/checksec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/runtime/cases/checksec.py b/lib/oeqa/runtime/cases/checksec.py
index e46744c..53e6c1d 100644
--- a/lib/oeqa/runtime/cases/checksec.py
+++ b/lib/oeqa/runtime/cases/checksec.py
@@ -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)