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:25:11 +0000 (15:25 +0100)
commitfef73b4d536991a4e5467a8e7096f15935c98f3d
tree0d79d61fcfb8648e0da79f2c683db20d5c35dad2
parent6265511443ae5f24cf2bd9b625d093cfab6c71f1
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]

(From OE-Core rev: 6258a11f22103d68d02e329c2e7fb198202cc6ef)

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]