[pgpool-committers: 5953] pgpool: Fix extended test driver to not ignore given arguments.
Tatsuo Ishii
ishii at sraoss.co.jp
Wed Aug 7 11:29:15 JST 2019
Fix extended test driver to not ignore given arguments.
src/test/extended-query-tests/test.sh did not consider given arguments
while executing 3 node tests because "$1" is lost because of other
processing. To fix the issue "$1" is saved and used in subsequent
processing.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d89c430dcb6f192824420ab273428d88aa2cec62
Modified Files
--------------
src/test/extended-query-test/test.sh | 107 ++++++++++++++++++-----------------
1 file changed, 56 insertions(+), 51 deletions(-)
More information about the pgpool-committers
mailing list