Skip to content

Commit 3afe371

Browse files
t-8chKAGA-KOKO
authored andcommitted
selftests: vDSO: vdso_test_abi: Use ksft_finished()
The existing logic is just an open-coded ksft_finished(). Replace it with the real thing. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250812-vdso-tests-fixes-v2-3-90f499dd35f8@linutronix.de
1 parent 4b59a9f commit 3afe371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/testing/selftests/vDSO/vdso_test_abi.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,5 @@ int main(int argc, char **argv)
231231

232232
vdso_test_time();
233233

234-
ksft_print_cnts();
235-
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
234+
ksft_finished();
236235
}

0 commit comments

Comments
 (0)