automake
[Top][All Lists]
Advanced

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

Re: cond3,make tests fail


From: Patrick Welche
Subject: Re: cond3,make tests fail
Date: Wed, 15 Aug 2001 20:36:18 +0100
User-agent: Mutt/1.3.19i

On Mon, Aug 13, 2001 at 09:49:19PM -0600, Tom Tromey wrote:
> >>>>> "Richard" == Richard Boulton <address@hidden> 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



reply via email to

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