pgsql: Combine initdb tests that successfully create a data directory. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Combine initdb tests that successfully create a data directory.
Date
Msg-id E1YogUs-0000L3-Rs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Combine initdb tests that successfully create a data directory.

This eliminates many seconds of test duration and the cause to invoke
"rm -rf", which is typically unavailable on Windows.

Michael Paquier and Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a629c1b161a2b43a2f81241a8f4c5f79e5b8ecf

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl |   48 +++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 28 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Make hstore_plperl's build even more like plperl's
Next
From: Noah Misch
Date:
Subject: pgsql: Rename coerce_type() local variable.