Remove comment

"The string "--" is not permitted within comments."
This commit is contained in:
Jeremy Benoist 2016-12-12 11:46:43 +01:00
parent 5354485885
commit bd8db77f5f
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C

View File

@ -98,16 +98,6 @@
<arg value="doctrine:database:create"/> <arg value="doctrine:database:create"/>
<arg value="--env=test"/> <arg value="--env=test"/>
</exec> </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"> <exec executable="php">
<arg value="${basedir}/bin/console"/> <arg value="${basedir}/bin/console"/>
<arg value="doctrine:schema:create"/> <arg value="doctrine:schema:create"/>
@ -156,7 +146,6 @@
<arg value="--env=test"/> <arg value="--env=test"/>
</exec> </exec>
<exec executable="psql"> <exec executable="psql">
<!-- psql -h host -d database -U username -f data/sql/pgsql_base.sql -->
<arg value="-h"/> <arg value="-h"/>
<arg value="localhost"/> <arg value="localhost"/>
<arg value="-d"/> <arg value="-d"/>