From: Volker Lendecke Date: Tue, 4 Aug 2020 10:48:08 +0000 (+0200) Subject: torture: Add subunit output to ldap.basic test X-Git-Tag: talloc-2.3.2~766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5264838e9c4b7e748660c08a11bf54efacd844;p=thirdparty%2Fsamba.git torture: Add subunit output to ldap.basic test 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 Reviewed-by: Jeremy Allison --- diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 3c57109a3ba..51367af8956 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -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; }