summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-03-17 15:38:04 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-07-02 04:21:36 +0000
commit9c630b4bfd09dbfdb3709bf9499ebcc584bd3239 (patch)
treea498d84ac41b4d5c49740faaca0869f32320ea72 /python
parenta4cea294d3d394fd134e67f4ce463d6673ed6831 (diff)
downloadsamba-9c630b4bfd09dbfdb3709bf9499ebcc584bd3239.tar.gz
pytests/subunitrun: not usefully executable
it only defines classes and fiddles with signals. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--[-rwxr-xr-x]python/samba/tests/subunitrun.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/samba/tests/subunitrun.py b/python/samba/tests/subunitrun.py
index d3956620259..88d68faa65c 100755..100644
--- 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.