]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - build.xml
Remove comment
[github/wallabag/wallabag.git] / build.xml
index 107e912d328a5741381eb2276f87caf76dade896..c34c7d794f3c9d725d3c44aa8352db55b4fad389 100644 (file)
--- a/build.xml
+++ b/build.xml
             <arg value="doctrine:database:create"/>
             <arg value="--env=test"/>
         </exec>
-        <!--
-            Looks like it doesn't work and generate an error:
-            There is no table with name '/home/jeremy/github/wallabag/app/..wallabag_entry' in the schema.
-
-        <exec executable="php">
-            <arg value="${basedir}/bin/console"/>
-            <arg value="doctrine:database:import"/>
-            <arg value="data/sql/sqlite_base.sql"/>
-            <arg value="--env=test"/>
-        </exec> -->
         <exec executable="php">
             <arg value="${basedir}/bin/console"/>
             <arg value="doctrine:schema:create"/>
             <arg value="--env=test"/>
         </exec>
         <exec executable="psql">
-            <!-- psql -h host -d database -U username -f data/sql/pgsql_base.sql -->
             <arg value="-h"/>
             <arg value="localhost"/>
             <arg value="-d"/>