From e0c05383901b52f6a6834171c965dc386d6a9a4a Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 20 Apr 2018 16:28:29 +1200 Subject: Tests for segfaults in python bindings These tests run in a child process and are regarded as succeeding if they don't die by signal. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7f2226852c9..8689cbba3a7 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -774,6 +774,9 @@ planoldpythontestsuite("ad_dc", "samba.tests.net_join", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) +planoldpythontestsuite("ad_dc", + "samba.tests.segfault", + extra_args=['-U"$USERNAME%$PASSWORD"']) # Need to test the password hashing in multiple environments to ensure that # all the possible options are covered # -- cgit v1.2.1