bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-cvs] simple error in regression TEST (src/sanity.sh) of version


From: Derek R. Price
Subject: Re: [Bug-cvs] simple error in regression TEST (src/sanity.sh) of version 1.10 foundand fixed
Date: Wed, 20 Sep 2000 12:51:30 -0400

The entire date check seems to have been replace by version 1.10.8 with
[0-9/]* already.  Some of the later tests are using [0-9][0-9]*/ for the
year, but I asume both generally work.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:dprice@openavenue.com     OpenAvenue ( http://OpenAvenue.com )
--
It seems that destiny has taken a hand.

                - Humphrey Bogart as Rick, _Casablanca_

Achim Spangler wrote:

> Hi,
> I just compiled cvs-1.10 successfully on a
> DEC Alpha DIGITAL UNIX V4.0f system.
>
> I tried the regression tests with "make check". The check failed 2
> times:
> 1) I didn't notice, that the check shouldn't be started as root;
>    An error message in src/sanity.sh is commented out
>    -> running as user solved the problem
>
> 2) the admin-12a test and some similar tests check for correct date with
>
> date
> [0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9];
>
> but the system answers 2000.09.19 (4 digit year)
>                        ^^^^
> ->> I corrected all date checks to
>
> date [0-9][0-9][0-9][0-9]\.[0-9][0-9]\. ...
>      ^^^^^^^^^^
>
> Now everything works! The test succeds.
>
> Maybe someone is interested in correcting src/sanity.sh
>
> Bye,
> Achim
> _______________________________________________
> Bug-cvs mailing list
> Bug-cvs@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-cvs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]