From: David Mulder Date: Thu, 29 Aug 2024 20:09:56 +0000 (-0600) Subject: Fix usage test broken by rust vendor sources X-Git-Tag: tdb-1.4.13~868 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a18c6ff20bc9eaacc1c5caa3923ce0b38b96ad0c;p=thirdparty%2Fsamba.git Fix usage test broken by rust vendor sources Signed-off-by: David Mulder Reviewed-by: Alexander Bokovoy --- diff --git a/python/samba/tests/usage.py b/python/samba/tests/usage.py index 3312bfe3746..eb43bba64f4 100644 --- a/python/samba/tests/usage.py +++ b/python/samba/tests/usage.py @@ -108,6 +108,8 @@ EXCLUDE_DIRS = { 'python/samba/tests/dcerpc', 'python/samba/tests/krb5', 'python/samba/tests/ndr', + 'bin/default/rust/vendor/unicode-width/scripts', + 'bin/default/rust/vendor/rustls-webpki/tests', }