Remove unused line, @arguments was set but never used

pull/1938/head
Brian Cloutier 2017-06-21 11:19:13 +03:00 committed by Marco Slot
parent 40b69e9ec4
commit 0d0235cad5
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;