[Zodb-checkins] SVN: ZODB/trunk/README.txt More information for testing a build in place with zope external components

Julien Anguenot ja at nuxeo.com
Fri Sep 30 14:13:25 EDT 2005


Log message for revision 38707:
  More information for testing a build in place with zope external components

Changed:
  U   ZODB/trunk/README.txt

-=-
Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt	2005-09-30 18:06:25 UTC (rev 38706)
+++ ZODB/trunk/README.txt	2005-09-30 18:13:25 UTC (rev 38707)
@@ -121,7 +121,17 @@
 
     OK
 
+To test the build, first build the externals and add the src dir to
+your PYTHONPATH,
 
+    % python setup.py build_ext -i
+    % export PYTHONPATH=`pwd`/src:$PYTHONPATH
+
+Then run the test script::
+
+    % python test.py
+
+
 History
 -------
 



More information about the Zodb-checkins mailing list