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

* add --analyze option, which is useful when using from jenkins job
  where you don't want to read output just to dectect how bad it was
* I was always using something like this inside jenkins job, but better
  to share it in original script

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