]> code.ossystems Code Review - openembedded-core.git/commit
test-reexec: Add script to address issues when task re-execution
authorJiajun Xu <jiajun.xu@intel.com>
Fri, 18 May 2012 14:18:14 +0000 (17:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 May 2012 14:23:40 +0000 (15:23 +0100)
commit6258a11f22103d68d02e329c2e7fb198202cc6ef
tree271973843a29132971d6441a3942ac086ac350f1
parentf193729cdf0f3eccf96a8ce7bf5f599eca89a0d0
test-reexec: Add script to address issues when task re-execution

The script is used to address build issues when tasks of different
recipes are re-executed. The script goes through all available recipes
and their tasks. The test results are saved in ./reexeclogs. Force build
logs are saved with prefix "force". Build failure logs are saved with
prefix "failed".

[YOCTO #2123]

Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/test-reexec [new file with mode: 0755]