diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-23 10:54:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-25 16:48:13 +0100 |
commit | 1aa7471b11aedc68de5116c461fe73152e3985fd (patch) | |
tree | 95fa220cc86c8f3b38f97e92b12a43de55fff532 /meta/lib/oeqa/selftest/cases | |
parent | b247392b4ced57cfe694656032f6a6723740a9e8 (diff) | |
download | openembedded-core-contrib-1aa7471b11aedc68de5116c461fe73152e3985fd.tar.gz |
selftest/wic: Improve error message for test_fixed_size
Currently this can fail with a message like 127 != 0 which is unhelpful.
If we remove the ignore_status=False, the debugging from runCmd is much
more helpful printing status.output.
Also remove the now unneeded exit code check.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index ba4d3be7a86..6793efb62e9 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py @@ -695,9 +695,7 @@ class Wic2(WicTestCase): # verify partition size with wic res = runCmd("parted -m %s unit mib p 2>/dev/null" % wicimg, - ignore_status=True, native_sysroot=self.native_sysroot) - self.assertEqual(0, res.status) # parse parted output which looks like this: # BYT;\n |