Merge pull request #1462 from citusdata/clean-regress-multi

Remove unused line, @arguments was set but never used
pull/1491/head
Marco Slot 2017-07-12 14:14:21 +02:00 committed by GitHub
commit 0437fcd1b2
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ my $startTime = time();
# Finally run the tests
if ($vanillatest)
{
push(@arguments, "--schedule=${postgresSrcdir}/parallel_schedule");
$ENV{PGHOST} = $host;
$ENV{PGPORT} = $masterPort;
$ENV{PGUSER} = $user;