summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/__init__.py
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2017-02-13 20:27:02 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2017-02-13 20:27:02 -0500
commit6f6546be9b9554753d5cbf765b315817cb2eb45b (patch)
treec7ff66c7d089fb3869aee69ca64335e5c34e89bc /buildscripts/resmokelib/__init__.py
parentc9a76918c01d86d08ee102ebeedd79e2911bb1ce (diff)
downloadmongo-v2.6.tar.gz
SERVER-23959 Conditionally create a Windows job object in smoke.py.v2.6
Changes smoke.py to (like resmoke.py) only create a job object if the Python process isn't already inside of one. This allows the Evergreen agent to create a job object for managing processes spawned by a task to ensure they are cleaned up reliably. (cherry picked from commit dd6acd3551dc9e409a863e517609f2509a0f87f7)
Diffstat (limited to 'buildscripts/resmokelib/__init__.py')
-rw-r--r--buildscripts/resmokelib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/__init__.py b/buildscripts/resmokelib/__init__.py
new file mode 100644
index 00000000000..c3961685ab8
--- /dev/null
+++ b/buildscripts/resmokelib/__init__.py
@@ -0,0 +1 @@
+from __future__ import absolute_import