Code review comment for lp://staging/~gary/launchpad/buildout-py

Revision history for this message
Gary Poster (gary) wrote :

That builds!

It turns out you also need this to start the tests, as you might expect:

=== modified file 'buildout-templates/bin/test.in'
--- buildout-templates/bin/test.in 2009-10-16 20:26:32 +0000
+++ buildout-templates/bin/test.in 2009-10-18 01:28:48 +0000
@@ -1,4 +1,4 @@
-#!${buildout:directory}/bin/py
+#! /usr/bin/env ${buildout:directory}/bin/py
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

« Back to merge proposal