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...@bugzilla.spamassassin.org on 2004/07/28 02:35:10 UTC

[Bug 3639] New: spamc tests skipped under Windows unless test started in t/ directory

http://bugzilla.spamassassin.org/show_bug.cgi?id=3639

           Summary: spamc tests skipped under Windows unless test started in
                    t/ directory
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Regression Tests
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: sidney@sidney.com


This bug was introduced with the checkin rev 22210 for bug 3541

That added a test for ../spamc/spamc.exe as part of intializing $SKIP_SPAMC_TESTS

With that change, the initialization of $SKIP_SPAMC_TESTS and the variables that
depend on it for their initial values, has to be done outside the BEGIN block,
in sa_t_init after the cd to the t/ directory. The use of those variables in the
scripts has to be moved outside of BEGIN to after the call to sa_t_init

I'll attach a patch shortly.



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