diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-14 21:42:16 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-16 06:57:08 +0100 |
commit | 95d3096f9881fcf7717c55d6f6281b799236fff7 (patch) | |
tree | ae79f4f629efcc036e9456bff8232e21b8acc076 /source3/selftest | |
parent | 7e0e71340625942bc11b87ab3e4fdf71a7c7de86 (diff) | |
download | samba-95d3096f9881fcf7717c55d6f6281b799236fff7.tar.gz samba-95d3096f9881fcf7717c55d6f6281b799236fff7.tar.xz 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-x | source3/selftest/tests.py | 2 |
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) |