elliotchance / elliotchance/concise

Bad formatting on jenkins CI printing

Open
#339 1 comment 0 reactions 0 assignees View on GitHub
Component: CLI Size: 1 (Small) Type: Bug
Dominant language
PHP
Stars
45
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hi,

I just tried out concise on a jenkins build. It is probably a configuration issue my end, but running `concise --ci` on jenkins doesn't print like it does in the console.

When there are no errors, the progress isn't updated (whereas phpunit's dot printer will update the output)

![concise1](https://cloud.githubusercontent.com/assets/1541207/17804066/d835e6ee-65f1-11e6-9b78-4fdd44bb9184.gif)

When there are errors, the formatting is wrong:

```
[exec] 
[exec] 19. Acme\ControllerTest::testOrderDir with data set #4
[exec] 
[exec] Failed asserting that 500 matches expected 200.
[exec] 
[exec] tests/phpunit/Acme\ControllerTest.php
[exec]  Line 154: PHPUnit_Framework_Assert::assertEquals()
[exec] (unknown file)
[exec]  Line ?: Acme\ControllerTest->testOrderDir()
[exec] 
[exec]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.