fast-nail-55400
12/14/2017, 1:56 AMprofile = self.get_options().profile
if profile:
env['PEX_PROFILE_FILENAME'] = '{0}.subprocess.{1:.6f}'.format(profile, time.time())
with environment_as(**env):
rc = self._spawn_and_wait(pex, workunit, args=args, setsid=True)
return PythonTestResult.rc(rc)