mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Handling for TAP header level
@ 2017-11-03 22:51 Shuah Khan
  2017-11-03 22:51 ` [PATCH 1/2] selftests: kselftest framework: add handling " Shuah Khan
  2017-11-03 22:51 ` [PATCH 2/2] selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers Shuah Khan
  0 siblings, 2 replies; 3+ messages in thread
From: Shuah Khan @ 2017-11-03 22:51 UTC (permalink / raw)
  To: shuah; +Cc: Shuah Khan, linux-kselftest, linux-kernel

This first patch in this series adds environment variable KSFT_TAP_LEVEL
to avoid printing nested TAP headers for each test. lib.mk run_tests
target prints TAP header before invoking the test program or test script.
Tests need a way to suppress TAP headers if it is already printed out.

This new environment variable adds a way for ksft_print_header()
print TAP header only when KSFT_TAP_LEVEL isn't set.

The second patch in this series changes lib.mk run_tests target to set
KSFT_TAP_LEVEL before running tests.

Shuah Khan (2):
  selftests: kselftest framework: add handling for TAP header level
  selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers

 tools/testing/selftests/kselftest.h | 3 ++-
 tools/testing/selftests/lib.mk      | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-11-03 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03 22:51 [PATCH 0/2] Handling for TAP header level Shuah Khan
2017-11-03 22:51 ` [PATCH 1/2] selftests: kselftest framework: add handling " Shuah Khan
2017-11-03 22:51 ` [PATCH 2/2] selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome