]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
torture: Add subunit output to ldap.basic test
authorVolker Lendecke <vl@samba.org>
Tue, 4 Aug 2020 10:48:08 +0000 (12:48 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 20 Aug 2020 17:20:29 +0000 (17:20 +0000)
The next commit will make this fail, and we need to detect this in
knownfail.d/ldap. Without subunit output filter-subunit won't find it.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/ldap/basic.c

index 3c57109a3baf0e34de5aff68342d0f762eb73a11..51367af89562f3eafd44bf37301632b058284c1f 100644 (file)
@@ -1000,6 +1000,8 @@ bool torture_ldap_basic(struct torture_context *torture)
        torture_ldap_close(conn);
        talloc_free(mem_ctx);
 
+       torture_assert(torture, ret, "torture_ldap_basic failed");
+
        return ret;
 }