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

* [Buildroot] [PATCH v3] utils/test-pkg: return sum of build and legal errors
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2019-10-11  7:37 UTC (permalink / raw)
  To: buildroot

On Thu, 10 Oct 2019 12:24:26 +0200
heiko.thiery at gmail.com wrote:

> 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(+)

I reworked the commit title and commit log, and applied to master.
Indeed, your commit title was explain *what* is implemented, but not
why.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH v3] utils/test-pkg: return sum of build and legal errors
  2019-10-11  7:37 ` Thomas Petazzoni
@ 2019-10-11  8:00   ` Heiko Thiery
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Thiery @ 2019-10-11  8:00 UTC (permalink / raw)
  To: buildroot

> I reworked the commit title and commit log, and applied to master.
> Indeed, your commit title was explain *what* is implemented, but not
> why.

thank you

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

* [Buildroot] [PATCH v3] utils/test-pkg: return sum of build and legal errors
  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-28 16:36 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-10-28 16:36 UTC (permalink / raw)
  To: buildroot

>>>>> "heiko" == heiko thiery <heiko.thiery@gmail.com> writes:

 > From: Heiko Thiery <heiko.thiery@kontron.com>
 > Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>

Committed to 2019.02.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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.