summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2019-12-10 16:10:20 +0000
committerRalph Boehme <slow@samba.org>2020-04-03 15:08:33 +0000
commit182635bb78b17d4b93129d708337312477ed34ad (patch)
tree188f8b14325bbd7e9b540623a64cb787707f8aee /selftest/wscript
parent1840e96597a58d31aca4a96fc8c1c4c3077552a6 (diff)
downloadsamba-182635bb78b17d4b93129d708337312477ed34ad.tar.gz
selftest: Don't skip smb1 tests and remove associate skip file
remove the skip file and the code to use it from the build as all tests now run in either specific smb1 enabled envs or normal (non smb1) envs Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 4bb4ead2a35..57057be176e 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -182,9 +182,6 @@ def cmd_testonly(opt):
else:
env.FILTER_OPTIONS = '${FILTER_XFAIL}'
- # Maybe this should be optional
- env.OPTIONS += ' --exclude=${srcdir}/selftest/skip_smb1_fails'
-
if Options.options.VALGRIND:
os.environ['VALGRIND'] = 'valgrind -q --num-callers=30'
if Options.options.VALGRINDLOG is not None: