summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-14 21:42:16 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-16 06:57:08 +0100
commit95d3096f9881fcf7717c55d6f6281b799236fff7 (patch)
treeae79f4f629efcc036e9456bff8232e21b8acc076 /source3/selftest
parent7e0e71340625942bc11b87ab3e4fdf71a7c7de86 (diff)
downloadsamba-95d3096f9881fcf7717c55d6f6281b799236fff7.tar.gz
samba-95d3096f9881fcf7717c55d6f6281b799236fff7.tar.bz2
samba-95d3096f9881fcf7717c55d6f6281b799236fff7.zip
s3-selftest: Remove .posix_s3 from s3 test names
As far as I can tell, this simply referred to the posix_s3.sh script that originally ran these tests. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Feb 16 06:57:09 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 662d275bc9..8d1c536ee7 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -51,7 +51,7 @@ sub.communicate("")
smb4torture_possible = (sub.returncode == 0)
def plansmbtorturetestsuite(name, env, options, description=''):
- modname = "samba3.posix_s3.%s %s" % (name, description)
+ modname = "samba3.%s %s" % (name, description)
cmdline = "%s $LISTOPT %s %s" % (valgrindify(smb4torture), options, name)
if smb4torture_possible:
plantestsuite_loadlist(modname, env, cmdline)