lkml.org 
[lkml]   [2020]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 6/6] selftests: sync_test: do not use ksft_exit_skip after ksft_set_plan
Date
Calling ksft_exit_skip after ksft_set_plan results in executing fewer tests
than planned. Move it before.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tools/testing/selftests/sync/sync_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/sync/sync_test.c b/tools/testing/selftests/sync/sync_test.c
index 3824b66f41a0..414a617db993 100644
--- a/tools/testing/selftests/sync/sync_test.c
+++ b/tools/testing/selftests/sync/sync_test.c
@@ -86,9 +86,9 @@ int main(void)
int err;

ksft_print_header();
- ksft_set_plan(3 + 7);

sync_api_supported();
+ ksft_set_plan(3 + 7);

ksft_print_msg("[RUN]\tTesting sync framework\n");

--
2.26.2
\
 
 \ /
  Last update: 2020-06-23 02:16    [W:0.061 / U:1.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site