GNU bug report logs -
#39449
sane-backends unit test failure on x86_64-linux
Previous Next
Full log
View this message in rfc822 format
Hi,
Ludovic Courtès <ludo <at> gnu.org> writes:
> Hi,
>
> Leo Prikler <leo.prikler <at> 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
This bug report was last modified 3 years and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.