bug-guix
[Top][All Lists]
Advanced

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

bug#39449: sane-backends unit test failure on x86_64-linux


From: Maxim Cournoyer
Subject: bug#39449: sane-backends unit test failure on x86_64-linux
Date: Wed, 13 Jul 2022 09:52:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Leo Prikler <leo.prikler@student.tugraz.at> skribis:
>
>> * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>:
>> Add disable-failing-backend-tests.
>> ---
>>  gnu/packages/scanner.scm | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
>> index 6adaba18cd..3f922a4747 100644
>> --- a/gnu/packages/scanner.scm
>> +++ b/gnu/packages/scanner.scm
>> @@ -131,6 +131,10 @@ package contains the library, but no drivers.")
>>         ((#:phases phases)
>>          `(modify-phases ,phases
>>             (delete 'disable-backends)
>> +           (add-after 'disable-failing-tests 'disable-failing-backend-tests
>> +             (lambda _
>> +               (substitute* "testsuite/backend/genesys/Makefile.in"
>> +                  ((" genesys_unit_tests\\$\\(EXEEXT\\)") ""))))
>
> Applied with two things: returning #t, and adding a comment linking to
> the bug report.

Great, closing then.

Thanks!

Maxim





reply via email to

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