diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-04-09 14:37:52 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-04-09 14:37:52 +1000 |
commit | 9d50c6b60364462daa68887fd64b59dd761a5133 (patch) | |
tree | 50ad1d2e4613397367295bd22fa27c6753c97e98 /source4/selftest | |
parent | 87506b4a192eceeced856d33a0770deebada7ff5 (diff) | |
download | samba-9d50c6b60364462daa68887fd64b59dd761a5133.tar.gz samba-9d50c6b60364462daa68887fd64b59dd761a5133.tar.bz2 samba-9d50c6b60364462daa68887fd64b59dd761a5133.zip |
enable testing of possibleInferiors generation
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 821db06414..d18fffae5c 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -422,6 +422,7 @@ plantest "subunit.python" none $SUBUNITRUN subunit plantest "rpcecho.python" dc:local $SUBUNITRUN samba.tests.dcerpc.rpcecho plantest "winreg.python" dc:local $SUBUNITRUN -U\$USERNAME%\$PASSWORD samba.tests.dcerpc.registry plantest "ldap.python" dc $PYTHON $samba4srcdir/lib/ldb/tests/python/ldap.py $CONFIGURATION \$SERVER -U\$USERNAME%\$PASSWORD -W \$DOMAIN +plantest "possibleInferiors.python" dc $PYTHON $samba4srcdir/dsdb/samdb/ldb_modules/tests/possibleinferiors.py $CONFIGURATION ldap://\$SERVER -U\$USERNAME%\$PASSWORD -W \$DOMAIN plantest "blackbox.samba3dump" none $PYTHON $samba4srcdir/scripting/bin/samba3dump $samba4srcdir/../testdata/samba3 rm -rf $PREFIX/upgrade plantest "blackbox.upgrade" none $PYTHON $samba4srcdir/setup/upgrade $CONFIGURATION --targetdir=$PREFIX/upgrade $samba4srcdir/../testdata/samba3 ../testdata/samba3/smb.conf |