]> code.ossystems Code Review - openembedded-core.git/commit
test-dependencies.sh: Return non-zero return code when there was some failure detected
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 25 Jun 2014 17:06:37 +0000 (19:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jun 2014 07:58:53 +0000 (08:58 +0100)
commitcef1d6deb5437edae56740436d8e77b8d941945a
tree2f5a65fd6f3ae04559b071683fe8d957a956b257
parente73e1261879d9154d89cec35669ba22b499d8331
test-dependencies.sh: Return non-zero return code when there was some failure detected

* this is useful when using from jenkins job where you don't want to read
  output just to dectect how bad it was
* add .log suffix to all files, so they can be easily downloaded from
  http servers without default mimetype set to something useful
* add recipes failed in step 1 to steps 2 and 3 to generate standalone
  logs for them

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/test-dependencies.sh