You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2022/05/31 11:53:48 UTC

[Bug 8001] New: extracttext.t test failure

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8001

            Bug ID: 8001
           Summary: extracttext.t test failure
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Regression Tests
          Assignee: dev@spamassassin.apache.org
          Reporter: sidney@sidney.com
  Target Milestone: Undefined

Testing on a system in which tesseract is installed in /usr/local/bin,
extracttest.t fails because it first checks if tesseract exists in PATH by
calling "which tesseract" but then if that finds it tries to call
/usr/bin/tesseract using the explicit full path.

Whoever fixes this should check to see if this problem appears in any other
tests.

Also, extracttest.t doesn't seem to be written to either work in Windows, nor
to check and skip the tests if running under Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 8001] extracttext.t test failure

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8001

Henrik Krohns <ap...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |apache@hege.li
             Status|NEW                         |RESOLVED

--- Comment #1 from Henrik Krohns <ap...@hege.li> ---
Could not see any other tests that use absolute executable paths in config.

Committed revision 1901450.

-- 
You are receiving this mail because:
You are the assignee for the bug.