Fixes VPCS start on Linux/UNIX. Fixes #15.

pull/21/head^2
grossmj 10 years ago
parent f1d346f958
commit 0f5d2927df

@ -344,6 +344,7 @@ class VPCSDevice(object):
log.info("starting VPCS: {}".format(self._command))
self._vpcs_stdout_file = os.path.join(self._working_dir, "vpcs.log")
log.info("logging to {}".format(self._vpcs_stdout_file))
flags = 0
if sys.platform.startswith("win32"):
flags = subprocess.CREATE_NEW_PROCESS_GROUP
with open(self._vpcs_stdout_file, "w") as fd:

Loading…
Cancel
Save