Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc2c9fa

Browse files
committed
sepgsql: update TAP test to use fat comma style
Adopt the style introduced by commitce1b0f9 to this new testfile.Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>Discussion:https://www.postgresql.org/message-id/87y0yv2har.fsf@wibble.ilmari.org
1 parenta051e71 commitcc2c9fa

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

‎contrib/sepgsql/t/001_sepgsql.pl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@
211211

212212
my$result = run_log(
213213
[
214-
'postgres','--single',
215-
'-F','-c',
216-
'exit_on_error=true','-D',
217-
$node->data_dir,'template0'
214+
'postgres','--single','-F',
215+
'-c'=>'exit_on_error=true',
216+
'-D'=>$node->data_dir,
217+
'template0'
218218
],
219219
'<',
220220
$ENV{share_contrib_dir} .'/sepgsql.sql');
@@ -238,8 +238,11 @@
238238

239239
$node->command_ok(
240240
[
241-
$ENV{PG_REGRESS},'--bindir=','--inputdir=.','--launcher',
242-
'./launcher',@tests
241+
$ENV{PG_REGRESS},
242+
'--bindir'=>'',
243+
'--inputdir'=>'.',
244+
'--launcher'=>'./launcher',
245+
@tests
243246
],
244247
'sepgsql tests');
245248

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp