]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oetest.py: Don't wait to write dump files
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 12 Aug 2015 13:48:09 +0000 (13:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 08:24:24 +0000 (09:24 +0100)
commit73c98d38e94d3b1407620c134f3b00dcd9d6132c
tree710773ac7b06c6d643fc856113c3f4bffaeb5ae8
parent8bbfef69828d9b053e2a33dfa9d8318d9572cf6b
oetest.py: Don't wait to write dump files

This allows to write the dump files immediately
after get the data from the target. Before this,
it would run all the commands and write the files.
The old behavior could cause no log written at all
if the serial console gets stuck.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/oetest.py