selftests: futex: convert test to use ksft TAP13 framework
Convert test to use ksft TAP13 framework to print user friendly test output which is consistent across kselftest suite. Acked-by: Darren Hart (VMware) <dvhart@infradead.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
@@ -394,9 +394,11 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
printf("%s: Test requeue functionality\n", basename(argv[0]));
|
||||
printf("\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n",
|
||||
broadcast, locked, owner, timeout_ns);
|
||||
ksft_print_header();
|
||||
ksft_print_msg("%s: Test requeue functionality\n", basename(argv[0]));
|
||||
ksft_print_msg(
|
||||
"\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n",
|
||||
broadcast, locked, owner, timeout_ns);
|
||||
|
||||
/*
|
||||
* FIXME: unit_test is obsolete now that we parse options and the
|
||||
|
||||
Reference in New Issue
Block a user