s4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.
authorGünther Deschner <gd@samba.org>
Thu, 18 Feb 2010 22:22:52 +0000 (23:22 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 18 Feb 2010 22:25:16 +0000 (23:25 +0100)
Guenther

lib/nss_wrapper/testsuite.c

index 02a10e36c1a5c6d497fa5961d78cf3c94653f8a4..3ecf48cfcdddb2dc53e688d78a15dca870cba8df 100644 (file)
@@ -772,8 +772,8 @@ static bool test_nwrap_membership(struct torture_context *tctx)
        int i;
 
        if (!old_pwd || !old_group) {
+               torture_comment(tctx, "ENV NSS_WRAPPER_PASSWD or NSS_WRAPPER_GROUP not set\n");
                torture_skip(tctx, "nothing to test\n");
-               return true;
        }
 
        torture_assert(tctx, test_nwrap_enum_passwd(tctx, &pwd, &num_pwd),
@@ -797,8 +797,8 @@ static bool test_nwrap_enumeration(struct torture_context *tctx)
        const char *old_group = getenv("NSS_WRAPPER_GROUP");
 
        if (!old_pwd || !old_group) {
+               torture_comment(tctx, "ENV NSS_WRAPPER_PASSWD or NSS_WRAPPER_GROUP not set\n");
                torture_skip(tctx, "nothing to test\n");
-               return true;
        }
 
        torture_assert(tctx, test_nwrap_passwd(tctx),
@@ -815,8 +815,8 @@ static bool test_nwrap_reentrant_enumeration(struct torture_context *tctx)
        const char *old_group = getenv("NSS_WRAPPER_GROUP");
 
        if (!old_pwd || !old_group) {
+               torture_comment(tctx, "ENV NSS_WRAPPER_PASSWD or NSS_WRAPPER_GROUP not set\n");
                torture_skip(tctx, "nothing to test\n");
-               return true;
        }
 
        torture_comment(tctx, "Testing re-entrant calls\n");
@@ -835,8 +835,8 @@ static bool test_nwrap_reentrant_enumeration_crosschecks(struct torture_context
        const char *old_group = getenv("NSS_WRAPPER_GROUP");
 
        if (!old_pwd || !old_group) {
+               torture_comment(tctx, "ENV NSS_WRAPPER_PASSWD or NSS_WRAPPER_GROUP not set\n");
                torture_skip(tctx, "nothing to test\n");
-               return true;
        }
 
        torture_comment(tctx, "Testing re-entrant calls with cross checks\n");