]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Quick fix in build.xml 1072/head
authorJeremy <jeremy.benoist@gmail.com>
Tue, 10 Feb 2015 21:34:11 +0000 (22:34 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Tue, 10 Feb 2015 21:56:48 +0000 (22:56 +0100)
We don't need to purge the database since it was just re-created

app/build.xml

index a8e43f0d8c74329498ae65413af29cdd30859291..bdc4b4d86757cefdbade38911a5e7afda6078f87 100644 (file)
@@ -38,7 +38,6 @@
             <arg value="${basedir}/../app/console"/>
             <arg value="doctrine:fixtures:load"/>
             <arg value="--no-interaction"/>
-            <arg value="--purge-with-truncate"/>
             <arg value="--env=test"/>
         </exec>
     </target>