Skip to content

Commit

Permalink
[Tests] Fixed submodules issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 10, 2012
1 parent 3ef82a0 commit 71070d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prepare_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ -z $SYMFONY_VERSION ] ; then
SYMFONY_VERSION="symfony-1.4.16"
SYMFONY_VERSION="symfony-1.4.17"
fi

PROJECT_NAME=mockproject
Expand All @@ -10,6 +10,8 @@ if [ -d "$PROJECT_NAME" ] ; then
rm -rf "$PROJECT_NAME"
fi

git submodule update --init

mkdir "$PROJECT_NAME"
cd "$PROJECT_NAME"

Expand Down

0 comments on commit 71070d7

Please sign in to comment.