startupReportConfiguration.getTestVmSystemProperties() );
return fork( testSet, new PropertiesWrapper( providerConfiguration.getProviderProperties() ),
forkClient, effectiveSystemProperties, thisThreadsThreadNumber, null );
}
};
results.add( executorService.submit( pf ) );
}
for ( Future<RunResult> result : results )
{