Re: failure in "colorful tests"

2007-11-13 Thread Ralf Wildenhues
* Bob Proulx wrote on Tue, Nov 13, 2007 at 12:41:01AM CET: > Ralf Wildenhues wrote: > > +case $TERM in > > +dumb) exit 77;; > > +esac > > ... > > Thanks! Do we need to guard against other TERM settings, too? > > Hmm... I was thinking more along the lines of this patch instead. I > don't think t

failure in "colorful tests"

2007-11-12 Thread Bob Proulx
This following automake 'make check' finishes successfully. env TERM=ansi make -C tests check TESTS=color.test However this next one has a failure. env TERM=dumb make -C tests check TESTS=color.test And this one is quite colorful! :-) env TERM=dumb VERBOSE=yes make -C tests check TESTS=c