Remove unused line, @arguments was set but never used

pull/1462/head
Brian Cloutier 2017-06-21 11:19:13 +03:00 committed by Marco Slot
parent 04e2d64764
commit fd8c142530
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;