bldr-io / bldr

Awesome Task Runner
http://bldr.io
MIT License
219 stars 21 forks source link

indented weird output #130

Open cordoval opened 10 years ago

cordoval commented 10 years ago

bldr is now indenting weirdly and also eating up the dots of phpunit .....F...E... is just .

Local Development Profile -

Running the testLocal job > Runs the PHPUnit Tests

    [exec] - Starting

        PHPUnit 4.2.6 by Sebastian Bergmann.

        Configuration read from /Users/cordoval/Sites/gush/phpunit.xml

          63 / 159 ( 39%)
         126 / 159 ( 79%)
        .

        Time: 3.54 seconds, Memory: 28.00Mb

        There were 6 failures:

        1) Gush\Tests\Command\PullRequest\PullRequestCreateCommandTest::opens_pull_request_with_arguments with data set #0 (array('gushphp', 'gush', 'issue-145', 'default', 'Test'))
        Expectation failed for method name is equal to <string:get> when invoked at sequence index 1
        Parameter 0 for invocation Gush\Config::get('[adapters][github_enterprise][base]') does not match expected value.
        Failed asserting that two strings are equal.
        --- Expected
        +++ Actual
        @@ @@
        -'[adapters][github_enterpr
cryptiklemur commented 10 years ago

its indenting like that on purpose, though, i'm not sure why its eating the dots...