All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] utils/test-pkg: return sum of build and legal errors
@ 2019-10-10 10:24 heiko.thiery at gmail.com
  2019-10-11  7:37 ` Thomas Petazzoni
  2019-10-28 16:36 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: heiko.thiery at gmail.com @ 2019-10-10 10:24 UTC (permalink / raw)
  To: buildroot

From: Heiko Thiery <heiko.thiery@kontron.com>

Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>
---
 utils/test-pkg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/test-pkg b/utils/test-pkg
index f3b34d5d0d..a317d8c17a 100755
--- a/utils/test-pkg
+++ b/utils/test-pkg
@@ -138,6 +138,8 @@ main() {
 
     printf "%d builds, %d skipped, %d build failed, %d legal-info failed\n" \
         ${nb} ${nb_skip} ${nb_fail} ${nb_legal}
+
+    return $((nb_fail + nb_legal))
 }
 
 build_one() {
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-28 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-10 10:24 [Buildroot] [PATCH v3] utils/test-pkg: return sum of build and legal errors heiko.thiery at gmail.com
2019-10-11  7:37 ` Thomas Petazzoni
2019-10-11  8:00   ` Heiko Thiery
2019-10-28 16:36 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.