From: Douglas Bagnall Date: Sun, 17 Mar 2019 02:38:04 +0000 (+1300) Subject: pytests/subunitrun: not usefully executable X-Git-Tag: ldb-2.0.5~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c630b4bfd09dbfdb3709bf9499ebcc584bd3239;p=thirdparty%2Fsamba.git pytests/subunitrun: not usefully executable it only defines classes and fiddles with signals. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/subunitrun.py b/python/samba/tests/subunitrun.py old mode 100755 new mode 100644 index d3956620259..88d68faa65c --- a/python/samba/tests/subunitrun.py +++ b/python/samba/tests/subunitrun.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Simple subunit testrunner for python # NOTE: DO NOT USE THIS MODULE FOR NEW CODE.