most ridiculous test ever

This commit is contained in:
Kenneth Reitz
2012-01-31 00:32:02 -05:00
parent b39ffa8fa3
commit deeea09e5d
+4
View File
@@ -28,6 +28,10 @@ function virtualenv (){
}
cd $BUILD_DIR
curl -s -L -o git.tar.gz http://git-core.googlecode.com/files/git-1.7.9.tar.gz
tar -zxvf git.tar.gz
cd git-1.7.9; ./configure; make
export PATH=:$BUILD_DIR/git-1.7.9/:$PATH
# Reject a non-packaged Django app.
if [ "$NAME" = "Python" ]; then