]> code.ossystems Code Review - openembedded-core.git/commit
runtime_test.py: use track_for_cleanup for temp dir
authorChen Qi <Qi.Chen@windriver.com>
Fri, 19 Jul 2019 10:00:08 +0000 (18:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Jul 2019 11:04:24 +0000 (12:04 +0100)
commit7105c9bcceda3e4defbb6aa9fb3e8fd38c1e00a2
tree72dbaecf4d82e293e9ded32bc37cd1b7e223fa7f
parentf0d822fad2a163d1ee32ed3b4c0359245140e19b
runtime_test.py: use track_for_cleanup for temp dir

Use track_for_cleanup for temp dir to avoid such temp
dir being not cleaned up when something goes wrong, e.g.,
building image failure.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/runtime_test.py