This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cond3,make tests fail


On Mon, Aug 13, 2001 at 09:49:19PM -0600, Tom Tromey wrote:
> >>>>> "Richard" == Richard Boulton <richard@tartarus.org> writes:
> 
> Richard> The cond3.test failure could perhaps be caused by the sed pattern
> Richard> failing to work: I'm not sure how portable it is.
> 
> Richard> Perhaps it would be better as /[oO][bB][jJ][eE][cC][tT].* =/
> 
> Patrick, could you test this change?
> I believe Richard is right, but it would be nice to be certain.

Yes, Richard is right :)

make TESTS=cond3.test VERBOSE=1 check
make  check-TESTS
=== Running test ./cond3.test
PASS: cond3.test
==================
All 1 tests passed
==================


Index: cond3.test
===================================================================
RCS file: /cvs/automake/automake/tests/cond3.test,v
retrieving revision 1.8
diff -c -r1.8 cond3.test
*** cond3.test	2001/08/13 09:37:49	1.8
--- cond3.test	2001/08/15 19:33:31
***************
*** 43,49 ****
  
  # `b top' so that
  sed -n '
! /\(object\|OBJECT\).* =/ {
    : loop
    /\\$/ {
      p
--- 43,49 ----
  
  # `b top' so that
  sed -n '
! /[oO][bB][jJ][eE][cC][tT].* =/ {
    : loop
    /\\$/ {
      p



I still have
% gmake MAKE=gmake TESTS=make.test VERBOSE=1 check
gmake  check-TESTS
gmake[1]: Entering directory `/usr/src/local/automake/tests'
=== Running test ./make.test
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking whether gmake  sets ${MAKE}... yes
checking for style of include used by gmake ... GNU
configure: creating ./config.status
config.status: creating Makefile
FAIL: make.test
===================
1 of 1 tests failed
===================
?

Cheers,

Patrick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]