]> code.ossystems Code Review - openembedded-core.git/commit
wic: debug mode to keep tmp directory
authorLee Chee Yang <Chee.Yang.Lee@intel.com>
Mon, 8 Feb 2021 01:22:55 +0000 (09:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Feb 2021 08:52:09 +0000 (08:52 +0000)
commita122e2418b67d38f691edcf8dd846c167d6b4fa9
tree8e82541696bec8d720f887df70c274db7890eb9d
parentc64b06296b378e99cde489583c97b7d7edba4f88
wic: debug mode to keep tmp directory

files in wic tmp directory can be usefull for debugging, so do not remove
tmp directory when wic create run with debugging mode (-D or --debug).

also update wic.Wic.test_debug_short and wic.Wic.test_debug_long to
check for tmp directory.

[YOCTO#14216]

Signed-off-by: Lee Chee Yang <Chee.Yang.Lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/wic.py
scripts/lib/wic/plugins/imager/direct.py