regress/results directory problem - Mailing list pgsql-hackers

From Bruce Momjian
Subject regress/results directory problem
Date
Msg-id 200207020503.g6253Nt02376@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
I was getting CVS errors because regress/GNUmakefile does an 'rm -rf
results', removing the CVS directory from results.  This was causing my
'cvs update's to fail.  My fix was to change 'rm -rf results' to 'rm -f
results/*.out'.

Does anyone know when this problem was added.  I don't see any
significant changes in GNUmakefile.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 




pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Rule Regression Test Failure on FreeBSD/Alpha
Next
From: Bruce Momjian
Date:
Subject: Re: regress/results directory problem