[z3-checkins] r26962 - z3/sqlos/trunk

jinty at codespeak.net jinty at codespeak.net
Mon May 8 14:21:38 CEST 2006


Author: jinty
Date: Mon May  8 14:21:37 2006
New Revision: 26962

Modified:
   z3/sqlos/trunk/makefile
Log:
add src to the pythonpath so that we dont have to patch test.py.

Modified: z3/sqlos/trunk/makefile
==============================================================================
--- z3/sqlos/trunk/makefile	(original)
+++ z3/sqlos/trunk/makefile	Mon May  8 14:21:37 2006
@@ -57,7 +57,7 @@
 
 .PHONY: testall
 test: develop
-	cd Zope3 && $(PYTHON) test.py --test-path=../src -s sqlos
+	cd Zope3 && PYTHONPATH=src $(PYTHON) test.py --test-path=../src -s sqlos
 
 Zope3/principals.zcml: Zope3 Zope3/sample_principals.zcml
 	cp Zope3/sample_principals.zcml $@


More information about the z3-checkins mailing list