Closed CIAvash closed 2 years ago
Reporting same. On a mac. See https://www.reddit.com/r/rakulang/comments/s2dps1/colored_output_with_prove6_on_mac/
Just fixed that last week, will try to release it this weekend.
Done in TAP 0.3.3
GitHub needs a one-click "buy a beer" button.
crap. still not getting color with -v
switch after upgrading TAP::Harness
.
What does prove6 --version
tell you?
prove6 0.0.12 with TAP::Harness 0.2.2 on rakudo (2021.12)
Then you need to upgrade the TAP
module
Tried that with zef. Says it's up to date.
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>
It is colored without
verbose
.