]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-selftest: Add support for selftest log with timestamp
authorCostin Constantin <costin.c.constantin@intel.com>
Tue, 22 Dec 2015 08:36:29 +0000 (10:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Dec 2015 11:26:59 +0000 (11:26 +0000)
commitda8097480ad70e7a75608d733c63c3ae5a337974
tree90b3711c3bdcb883e8b1bf05fa44f7fb200e9ceb
parent169e1eaa4fc5ed03e2307b68686a7f5b1db37a36
scripts/oe-selftest: Add support for selftest log with timestamp

Each time oe-selftest runs, the oe-selftest.log file is overwritten.
This patch solves it by adding time stamp to each selftest log file
and doing a symlink named as oe-selftest.log to the last one created.

Signed-off-by: Costin Constantin <costin.c.constantin@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-selftest