mirror of https://github.com/citusdata/citus.git
Merge pull request #1462 from citusdata/clean-regress-multi
Remove unused line, @arguments was set but never usedpull/1491/head
commit
0437fcd1b2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue