diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-05 11:39:34 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-11 18:50:40 +0200 |
commit | 1080b6c2caf1191fd896f3caf38e576a00b01982 (patch) | |
tree | 8684b7372f2f9d54039c3457d0226e5b7bb85ff4 /selftest/tests.py | |
parent | 2adf27a99b999a4fd0329d9fa398a9208b60e367 (diff) | |
download | samba-1080b6c2caf1191fd896f3caf38e576a00b01982.tar.gz |
selftests.tests: Remove reference to Samba 4.
Diffstat (limited to 'selftest/tests.py')
-rw-r--r-- | selftest/tests.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/selftest/tests.py b/selftest/tests.py index 506ed73aab5..91caba42023 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -1,16 +1,16 @@ #!/usr/bin/python # This script generates a list of testsuites that should be run as part of -# the Samba 4 test suite. +# the Samba test suite. # The output of this script is parsed by selftest.pl, which then decides # which of the tests to actually run. It will, for example, skip all tests # listed in selftest/skip or only run a subset during "make quicktest". -# The idea is that this script outputs all of the tests of Samba 4, not +# The idea is that this script outputs all of the tests of Samba, not # just those that are known to pass, and list those that should be skipped # or are known to fail in selftest/skip or selftest/knownfail. This makes it -# very easy to see what functionality is still missing in Samba 4 and makes -# it possible to run the testsuite against other servers, such as Samba 3 or +# very easy to see what functionality is still missing in Samba and makes +# it possible to run the testsuite against other servers, such as # Windows that have a different set of features. # The syntax for a testsuite is "-- TEST --" on a single line, followed |