You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2006/10/05 23:23:47 UTC

Regression tests failing "invalid option: --srcdir=/..."

When I run 'make check' I gets lots of failures like

 START: error-test
 lt-error-test: invalid option: --srcdir=/home/pm/sw/subversion/obj/../svn/subversion/tests/libsvn_subr
 PASS:  lt-error-test 1: test svn_error_root_cause_is
 FAIL:  error-test: Unknown test failure see tests.log.

 END: error-test

I've had a quick look, but it's not obvious to me what's changed to
cause this.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Regression tests failing "invalid option: --srcdir=/..."

Posted by Philip Martin <ph...@codematters.co.uk>.
Philip Martin <ph...@codematters.co.uk> writes:

> When I run 'make check' I gets lots of failures like
>
>  START: error-test
>  lt-error-test: invalid option: --srcdir=/home/pm/sw/subversion/obj/../svn/subversion/tests/libsvn_subr
>  PASS:  lt-error-test 1: test svn_error_root_cause_is
>  FAIL:  error-test: Unknown test failure see tests.log.
>
>  END: error-test
>
> I've had a quick look, but it's not obvious to me what's changed to
> cause this.

Bah!  It's two separate problems: first, the test log contains a lot
of "invalid option" noise, it's got nothing to do with the failing
tests, and second, a number of tests are leaking svn_error_t errors
and failing with -DSVN_DEBUG_ERROR.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org