Re: libpq URI and regression testing
Alex Shulgin <ash@commandprompt.com>
From: Alex <ash@commandprompt.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Andrew Dunstan <andrew@dunslane.net>, Alvaro Herrera <alvherre@commandprompt.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2012-04-19T20:06:05Z
Lists: pgsql-hackers
Attachments
- uri-regress-rewrite-v2.patch (text/x-patch) patch v2
Peter Eisentraut <peter_e@gmx.net> writes: > On tor, 2012-04-19 at 00:13 +0300, Alex wrote: >> +#!/usr/bin/env perl > > Don't do that. Call the script using $(PERL) from the makefile. Thank you for the suggestion. Attached v2 does just this (while keeping a more commonly found shebang line in the perl script for running it w/o the makefile.) I figure src/tools/msvc/vcregress.pl will need to be updated too, but trying to model all this after ecpg regression tests I'm stuck at replicating ecpg_regression.proj for libpq's uri-regress. I'd appreciate any help from the Windows guys at this point. -- Alex