mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Remove missed echo instruction for debug purposes
This commit is contained in:
parent
6a8152ce09
commit
f3172b96e4
@ -60,7 +60,6 @@ class PhpCommand extends Command
|
|||||||
}
|
}
|
||||||
if ($build) {
|
if ($build) {
|
||||||
$reportPath = $this->setupAndReturnReportDirectory();
|
$reportPath = $this->setupAndReturnReportDirectory();
|
||||||
echo $reportPath;
|
|
||||||
$options[] = '--log-junit';
|
$options[] = '--log-junit';
|
||||||
$options[] = $reportPath . '/phpunit_results.xml';
|
$options[] = $reportPath . '/phpunit_results.xml';
|
||||||
$options[] = '--coverage-html';
|
$options[] = '--coverage-html';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user