[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.3.1 tarballs up for testing/signing

From: Helio Chissini de Castro <helio_at_mandriva.com>
Date: 2006-03-15 19:51:53 CET

Em Terça 14 Março 2006 15:16, Garrett Rooney escreveu:
> > For package test, i did at my local environment, pt_BR.UTF8 ( Brazilian
> > Portuguese ), and suddenly lot of tests start to fail.
> > For correction, i was need to add LANG=C LC_ALL=C and everuthing is back.
> > Maybe some warning or force the language on test will avoid some
> > annoyance
>
> What kind of failures are you seeing? Just stuff resulting from the
> tests looking for particular error codes, or more substantial
> problems?
>
> -garrett

[helio@underdog subversion-1.3.1]$ LANG=pt_BR.UTF8 LC_ALL=pt_BR.UTF8 make
check
Running all tests in compat-test...success
.
.
.
Running all tests in translate-test...success
Running all tests in utf-test...success
Running all tests in target-test.py...FAILURE <---------------------
Running all tests in getopt_tests.py...FAILURE <----------------------

Failure on all remaining tests

[helio@underdog subversion-1.3.1]$ LANG=C LC_ALL=C make check
Running all tests in compat-test...success
.
.
.
Running all tests in translate-test...success
Running all tests in utf-test...success
Running all tests in target-test.py...success
Running all tests in getopt_tests.py...success <--------------------

Sucess in every test

-- 
Helio Chissini de Castro
Research and development
Mandriva Brasil Labs
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 15 19:52:24 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.