testsuite_notice() should be more appropriate in this case, but this file needs refactoring anyway.
Signed-off-by: Klaus Heinrich Kiwi <[email protected]> --- testcases/driver/obj_mgmt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/driver/obj_mgmt.c b/testcases/driver/obj_mgmt.c index 2605d9d..4b7187f 100755 --- a/testcases/driver/obj_mgmt.c +++ b/testcases/driver/obj_mgmt.c @@ -920,7 +920,7 @@ CK_RV do_CreateTokenObjects( void ) testcase_begin("starting..."); if (skip_token_obj == TRUE) { - testcase_skip("Skipping tests that creates token objects"); + testcase_notice("Skipping tests that creates token objects"); return CKR_OK; } -- 1.7.2.3 ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
