Re: not ok 47 - log.decorate configuration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Mar 25, 2021 at 3:57 AM Jeffrey Walton <noloader@xxxxxxxxx> wrote:
>
> Hi Everyone,
>
> I'm testing 2.31.0 tarball on an Apple M1:
>
> not ok 47 - log.decorate configuration
> #
> #               git log --oneline --no-decorate >expect.none &&
> #               git log --oneline --decorate >expect.short &&
> #               git log --oneline --decorate=full >expect.full &&
> #
> #               echo "[log] decorate" >>.git/config &&
> #               git log --oneline >actual &&
> #               test_cmp expect.short actual &&
> #
> #               test_config log.decorate true &&
> #               git log --oneline >actual &&
> #               test_cmp expect.short actual &&
> #               git log --oneline --decorate=full >actual &&
> #               test_cmp expect.full actual &&
> #               git log --oneline --decorate=no >actual &&
> #               test_cmp expect.none actual &&
> #
> #               test_config log.decorate no &&
> #               git log --oneline >actual &&
> #               test_cmp expect.none actual &&
> #               git log --oneline --decorate >actual &&
> #               test_cmp expect.short actual &&
> #               git log --oneline --decorate=full >actual &&
> #               test_cmp expect.full actual &&
> #
> #               test_config log.decorate 1 &&
> #               git log --oneline >actual &&
> #               test_cmp expect.short actual &&
> #               git log --oneline --decorate=full >actual &&
> #               test_cmp expect.full actual &&
> #               git log --oneline --decorate=no >actual &&
> #               test_cmp expect.none actual &&
> #
> #               test_config log.decorate short &&
> #               git log --oneline >actual &&
> #               test_cmp expect.short actual &&
> #               git log --oneline --no-decorate >actual &&
> #               test_cmp expect.none actual &&
> #               git log --oneline --decorate=full >actual &&
> #               test_cmp expect.full actual &&
> #
> #               test_config log.decorate full &&
> #               git log --oneline >actual &&
> #               test_cmp expect.full actual &&
> #               git log --oneline --no-decorate >actual &&
> #               test_cmp expect.none actual &&
> #               git log --oneline --decorate >actual &&
> #               test_cmp expect.short actual &&
> #
> #               test_unconfig log.decorate &&
> #               git log --pretty=raw >expect.raw &&
> #               test_config log.decorate full &&
> #               git log --pretty=raw >actual &&
> #               test_cmp expect.raw actual

And here is config.log. Sorry about that...

Jeff

<<attachment: git-config.log.zip>>


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux