mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Added colour to 'phing behat' command
This commit is contained in:
parent
0f28a3d456
commit
472f046539
@ -140,7 +140,7 @@ Options:
|
||||
<available file="${basedir}/framework/" type="dir" />
|
||||
<then>
|
||||
<echo msg="Testing 'framework' module" />
|
||||
<exec command="vendor/bin/behat @framework" checkreturn="true" passthru="true" />
|
||||
<exec command="vendor/bin/behat --ansi @framework" checkreturn="true" passthru="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
||||
@ -148,7 +148,7 @@ Options:
|
||||
<available file="${basedir}/cms/" type="dir" />
|
||||
<then>
|
||||
<echo msg="Testing 'cms' module" />
|
||||
<exec command="vendor/bin/behat @cms" checkreturn="true" passthru="true" />
|
||||
<exec command="vendor/bin/behat --ansi @cms" checkreturn="true" passthru="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user