Author: jelmer Date: 2007-11-21 13:47:32 +0000 (Wed, 21 Nov 2007) New Revision: 26092
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26092 Log: No point running the python tests twice :-) Modified: branches/4.0-python/ branches/4.0-python/source/selftest/samba4_tests.sh Changeset: Property changes on: branches/4.0-python ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/4.0-python/source/selftest/samba4_tests.sh =================================================================== --- branches/4.0-python/source/selftest/samba4_tests.sh 2007-11-21 13:47:28 UTC (rev 26091) +++ branches/4.0-python/source/selftest/samba4_tests.sh 2007-11-21 13:47:32 UTC (rev 26092) @@ -279,19 +279,6 @@ done done -# Tests for SWIG -# export PYTHONPATH=lib/tdb/swig:lib/ldb/swig:scripting/swig:$PYTHONPATH -# export LD_LIBRARY_PATH=bin:$LD_LIBRARY_PATH - -# if trial is available, run the python tests: -if which trial 2>/dev/null >/dev/null -then - plantest "ldb.python" none PYTHONPATH=bin/python trial lib/ldb/tests/python/api.py - plantest "credentials.python" none PYTHONPATH=bin/python trial auth/credentials/tests/bindings.py - #plantest "tdb.python" none PYTHONPATH=bin/python trial lib/tdb/python/tests/simple.py - plantest "registry.python" none PYTHONPATH=bin/python trial lib/registry/tests/bindings.py -fi - # plantest "tdb wrappers" scripting/swig/torture/torture_tdb.py # plantest "ldb wrappers" scripting/swig/torture/torture_ldb.py
