guix-patches
[Top][All Lists]
Advanced

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

[bug#51987] [PATCH] [core-updates-frozen] gnu: ledger: Remove failing te


From: Guillaume Le Vaillant
Subject: [bug#51987] [PATCH] [core-updates-frozen] gnu: ledger: Remove failing test output.
Date: Sat, 20 Nov 2021 09:19:45 +0000

John Kehayias via Guix-patches via <guix-patches@gnu.org> skribis:

> Hello,
>
> I'm not sure why, but ledger started failing one of its test on 
> core-updates-frozen. The test is for the error when trying to use a 
> nonexistent file (as far as I can tell) and it fails in the error message 
> reporting the path of the file without the leading "./". Output of the test 
> below. The patch removes this test from ledger.
>
> 359/396 Test #359: RegressTest_BF3C1F82-2 
> ................................***Failed    0.04 sec
> FAILURE in error output from 
> /tmp/guix-build-ledger-3.2.1.drv-0/source/test/regress/BF3C1F82-2.test:
> --
> $ledger -f - reg
> --
>   @@ -1,2 +1,2 @@
>
>    While parsing file "", line 2:
>
>   -Error: File to include was not found: "./non-existent-ledger-file-BF3C1F82"
>
>   +Error: File to include was not found: "non-existent-ledger-file-BF3C1F82"
>
> E[BF3C1F82-2.test]STDERR:
> b''
> FAILURE in error output from 
> /tmp/guix-build-ledger-3.2.1.drv-0/source/test/regress/BF3C1F82-2.test:
> --
> $ledger -f /dev/stdin reg

Hi,

Instead of adding a patch removing the file, wouldn't it be simpler to just add 
a phase
calling '(delete-file "test/...")'?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]