poky/meta/lib/oeqa
Markus Lehtonen fcd28fd50f oeqa/buildperf: don't archive stdout/stderr of commands
Stop capturing output of the shell commands into <test>/commands.log.
Redirecting output into a file prevented the unittest framework from
capturing it, causing useless errors (with empty output) like:
oeqa.utils.CommandError: Command '['bitbake', 'core-image-sato']'
returned non-zero exit status 1 with output:

In general, the console output of commands is only interesting when
something fails. Also, dropping the commands.log file is a huge saving
in disk space, and thus, repository size when results are archived in
Git.

(From OE-Core rev: e004664287ec03e7367a7bf553d9a3038444e82e)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-02-15 20:06:41 -08:00
..
buildperf oeqa/buildperf: don't archive stdout/stderr of commands 2017-02-15 20:06:41 -08:00
controllers gummiboot: Remove/change gummiboot references with systemd-boot 2017-01-09 13:39:11 +00:00
core oeqa/loader.py: Avoid error in TypeError exception 2017-02-15 09:29:55 -08:00
files oeqa: Move common files to oeqa/files instead of runtime only 2017-01-23 12:05:19 +00:00
runtime testimage: Implement custom target loading 2017-02-15 09:29:55 -08:00
sdk oeqa/buildproject: Run gnu-configize by default 2017-02-05 09:22:17 +00:00
sdkext sdkext/cases oeqa/selftest: Updates decorators 2017-02-05 09:22:18 +00:00
selftest oeqa/selftest/pkgdata: use m4 instead of bash 2017-02-07 14:50:10 +00:00
utils oeqa/buildproject: Run gnu-configize by default 2017-02-05 09:22:17 +00:00
oetest.py oeqa: Fix files handling on runtime tests. 2017-01-23 12:05:19 +00:00
runexported.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
targetcontrol.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00