netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft 00/11] tests/shell: colorize output, fix VALGRIND mode
@ 2023-09-07 22:07 Thomas Haller
  2023-09-07 22:07 ` [PATCH nft 01/11] tests/shell: cleanup result handling in "test-wrapper.sh" Thomas Haller
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Thomas Haller @ 2023-09-07 22:07 UTC (permalink / raw)
  To: NetFilter; +Cc: Thomas Haller

- colorize the test output.
- fix the valgrind mode (-V, VALGRIND=y).
- various minor improvements(?).

Thomas Haller (11):
  tests/shell: cleanup result handling in "test-wrapper.sh"
  tests/shell: cleanup print_test_result() and show TAINTED error code
  tests/shell: colorize terminal output with test result
  tests/shell: fix handling failures with VALGRIND=y
  tests/shell: print the NFT setting with the VALGRIND=y wrapper
  tests/shell: don't redirect error/warning messages to stderr
  tests/shell: redirect output of test script to file too
  tests/shell: print "kernel is tainted" separate from test result
  tests/shell: no longer enable verbose output when selecting a test
  tests/shell: record wall time of test run in result data
  tests/shell: set NFT_TEST_JOBS based on $(nproc)

 tests/shell/helpers/nft-valgrind-wrapper.sh |  15 ++-
 tests/shell/helpers/test-wrapper.sh         |  70 ++++++----
 tests/shell/run-tests.sh                    | 134 +++++++++++++++-----
 3 files changed, 165 insertions(+), 54 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-07 22:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-07 22:07 [PATCH nft 00/11] tests/shell: colorize output, fix VALGRIND mode Thomas Haller
2023-09-07 22:07 ` [PATCH nft 01/11] tests/shell: cleanup result handling in "test-wrapper.sh" Thomas Haller
2023-09-07 22:07 ` [PATCH nft 02/11] tests/shell: cleanup print_test_result() and show TAINTED error code Thomas Haller
2023-09-07 22:07 ` [PATCH nft 03/11] tests/shell: colorize terminal output with test result Thomas Haller
2023-09-07 22:07 ` [PATCH nft 04/11] tests/shell: fix handling failures with VALGRIND=y Thomas Haller
2023-09-07 22:07 ` [PATCH nft 05/11] tests/shell: print the NFT setting with the VALGRIND=y wrapper Thomas Haller
2023-09-07 22:07 ` [PATCH nft 06/11] tests/shell: don't redirect error/warning messages to stderr Thomas Haller
2023-09-07 22:07 ` [PATCH nft 07/11] tests/shell: redirect output of test script to file too Thomas Haller
2023-09-07 22:07 ` [PATCH nft 08/11] tests/shell: print "kernel is tainted" separate from test result Thomas Haller
2023-09-07 22:07 ` [PATCH nft 09/11] tests/shell: no longer enable verbose output when selecting a test Thomas Haller
2023-09-07 22:07 ` [PATCH nft 10/11] tests/shell: record wall time of test run in result data Thomas Haller
2023-09-07 22:07 ` [PATCH nft 11/11] tests/shell: set NFT_TEST_JOBS based on $(nproc) Thomas Haller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).