diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-18 12:06:25 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-18 16:12:08 +0200 |
commit | fa3e2fc8bb3e935c65b7043382cad1d649cb68a6 (patch) | |
tree | 43962d7c9bac68b99c55881bf917ff3249fb2119 /source4/selftest | |
parent | 06435acf3b9afa94019f7654cda4ad9386c6384b (diff) | |
download | samba-fa3e2fc8bb3e935c65b7043382cad1d649cb68a6.tar.gz samba-fa3e2fc8bb3e935c65b7043382cad1d649cb68a6.tar.bz2 samba-fa3e2fc8bb3e935c65b7043382cad1d649cb68a6.zip |
selftest: Re-enable strings.py from source3/stf as a python subunit test
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index fab62d61a3..adb38bbf70 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -369,6 +369,7 @@ planpythontestsuite("none", "samba.tests.upgrade") planpythontestsuite("none", "samba.tests.core") planpythontestsuite("none", "samba.tests.provision") planpythontestsuite("none", "samba.tests.samba3") +planpythontestsuite("none", "samba.tests.strings") planpythontestsuite("dc:local", "samba.tests.dcerpc.sam") planpythontestsuite("dc:local", "samba.tests.dsdb") planpythontestsuite("none", "samba.tests.netcmd") |