Leont / app-prove6

A test harness script for perl6
Artistic License 2.0
4 stars 5 forks source link

Test output is not colored when `verbose` option is used #7

Closed CIAvash closed 2 years ago

CIAvash commented 3 years ago

It is colored without verbose.

sdondley commented 2 years ago

Reporting same. On a mac. See https://www.reddit.com/r/rakulang/comments/s2dps1/colored_output_with_prove6_on_mac/

Leont commented 2 years ago

Just fixed that last week, will try to release it this weekend.

Leont commented 2 years ago

Done in TAP 0.3.3

sdondley commented 2 years ago

GitHub needs a one-click "buy a beer" button.

sdondley commented 2 years ago

crap. still not getting color with -v switch after upgrading TAP::Harness.

image
Leont commented 2 years ago

What does prove6 --version tell you?

sdondley commented 2 years ago

prove6 0.0.12 with TAP::Harness 0.2.2 on rakudo (2021.12)

Leont commented 2 years ago

Then you need to upgrade the TAP module

sdondley commented 2 years ago

Tried that with zef. Says it's up to date.

sdondley commented 2 years ago

Ok, by TAP I assumed you meant TAP::Harness. This worked:

> $ zef upgrade TAP
===> Searching for: TAP
The following distributions will be upgraded: TAP:ver<0.3.4>
===> Updating: TAP:ver<0.3.4>
===> Testing: TAP:ver<0.3.4>
===> Testing [OK] for TAP:ver<0.3.4>
===> Installing: TAP:ver<0.3.4>