-
-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
I am working on integrating php-scoper into the build process for phpunit.phar. Here is the current state of the relevant section from PHPUnit's build.xml:
<exec executable="${basedir}/build/tools/php-scoper" taskname="php-scoper">
<arg value="add-prefix" />
<arg value="--no-ansi" />
<arg value="--no-config" />
<arg value="--no-interaction" />
<arg value="--stop-on-failure" />
<arg value="--output-dir" />
<arg path="${basedir}/build/phar-prefixed" />
<arg value="--prefix" />
<arg value="PHPUnit" />
<arg path="${basedir}/build/phar" />
</exec>The progress bar is printed although the --no-ansi option is passed:

I am reluctant to pass --quiet as I am not sure whether that would also suppress error messages.
Metadata
Metadata
Assignees
Labels
No labels