From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Meskes <meskes(at)postgresql(dot)org> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Michael Glaesemann <grzm(at)seespotcode(dot)net>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Interval month, week -> day |
Date: | 2006-09-04 13:58:12 |
Message-ID: | 23200.1157378292@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Michael Meskes <meskes(at)postgresql(dot)org> writes:
> On Sun, Sep 03, 2006 at 10:21:11PM -0400, Bruce Momjian wrote:
>> When I tried the ecpg regression tests it complained there was no
>> results/ directory. I created one and it worked.
> Hmm, anyone else experiencing this? The pg_regress.sh has this code that
> should create it:
> outputdir="results/"
> if [ ! -d "$outputdir" ]; then
> mkdir -p "$outputdir" || { (exit 2); exit; }
> fi
I'll bet you should lose the slash in $outputdir. test(1) might or
might not be "friendly" about stripping that off.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-09-04 14:12:17 | Re: python / 7.4 / FC5 / x86_64 |
Previous Message | Matteo Beccati | 2006-09-04 13:57:07 | Re: @ versus ~, redux |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-09-04 14:12:17 | Re: python / 7.4 / FC5 / x86_64 |
Previous Message | Michael Glaesemann | 2006-09-04 13:50:58 | Re: [PATCHES] possible ecpg vpath build error |