Skip to content

Commit

Permalink
revert acceptance test info back to -vv
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorazil committed Nov 9, 2023
1 parent 1cb0774 commit d35b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<exec command="bin/console migrations:migrate --no-interaction" passthru="true"/>
<exec command="bin/console orm:generate-proxies --no-interaction" passthru="true"/>

<exec command="vendor/bin/codecept run acceptance" passthru="true" checkreturn="true"/>
<exec command="vendor/bin/codecept run acceptance -vv" passthru="true" checkreturn="true"/>
</target>

<target name="tests">
Expand Down

0 comments on commit d35b656

Please sign in to comment.