]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ktest.pl: Always warn on build warnings
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 19 Aug 2024 21:20:28 +0000 (17:20 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 4 Sep 2024 19:05:48 +0000 (15:05 -0400)
commitd441734d0cfcebc5780bc1880d871f92debb588a
treed705b6139a7f23fe268ad4b805e1585bfd08a2fb
parent47ac09b91befbb6a235ab620c32af719f8208399
ktest.pl: Always warn on build warnings

If a warning happens at build, give a warning at the end:

  Build time:   1 minute 40 seconds
  Install time: 17 seconds
  Reboot time:  25 seconds

  *** WARNING found in build: 1 ***

  *******************************************
  *******************************************
  KTEST RESULT: TEST 1 SUCCESS!!!!   **
  *******************************************
  *******************************************

This way, even if the test isn't made to fail on warnings during the
build, a message is still displayed that warnings were found.

Link: https://lore.kernel.org/<20240819172028.3a7fae09@gandalf.local.home>
Acked-by: John 'Warthog9' Hawley (Tenstorrent) <warthog9@eaglescrag.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl