diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2015-09-18 13:31:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-23 09:53:03 +0100 |
commit | c8a7d76d36626deb23630a091c56e669e893de73 (patch) | |
tree | 303ff212b379a83a636a86552f91bb0183544242 /meta/recipes-devtools/e2fsprogs | |
parent | 7d166a6d0621e0b811d41cd3b1377850a88092f0 (diff) | |
download | poky-c8a7d76d36626deb23630a091c56e669e893de73.tar.gz |
testimage.bbclass: Fix break introduced with SIGTERM handling
The SIGTERM introduced another break into runexported test,
the handler is in the class TestContext while exporting it
will try to convert the singnal handler to JSON, and this
will throw an exception.
The SIGTERM handler is not needed in the exported test, so this
change will remove the handler before exporting the test. Also
when a test is exported the target is not deployed/started
anymore, it is not necessary.
[YOCTO #8239]
(From OE-Core rev: 94ab9892e87f159840432fdbfb3873d4496d4786)
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
0 files changed, 0 insertions, 0 deletions