``` profile = self.get_options().profile ...
# general
f
Copy code
profile = 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)