mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@ -183,7 +183,7 @@ sub tap_check
|
||||
{
|
||||
next unless $_[$arg] =~ /^PROVE_FLAGS=(.*)/;
|
||||
@flags = split(/\s+/, $1);
|
||||
splice(@_,$arg,1);
|
||||
splice(@_, $arg, 1);
|
||||
last;
|
||||
}
|
||||
|
||||
@ -237,7 +237,7 @@ sub taptest
|
||||
|
||||
die "no tests found!" unless -d "$topdir/$dir/t";
|
||||
|
||||
push(@args,"$topdir/$dir");
|
||||
push(@args, "$topdir/$dir");
|
||||
|
||||
InstallTemp();
|
||||
my $status = tap_check(@args);
|
||||
|
Reference in New Issue
Block a user