Repository: incubator-slider
Updated Branches:
  refs/heads/develop 22be64644 -> cc9d0d063


SLIDER-630. slider-agent unit tests fail on debian and suse and windows


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/cc9d0d06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/cc9d0d06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/cc9d0d06

Branch: refs/heads/develop
Commit: cc9d0d063278967efdb4da50c8bff302b2752313
Parents: 22be646
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Sun Nov 9 14:34:38 2014 -0800
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Sun Nov 9 14:34:38 2014 -0800

----------------------------------------------------------------------
 slider-agent/src/test/python/agent/TestPythonExecutor.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/cc9d0d06/slider-agent/src/test/python/agent/TestPythonExecutor.py
----------------------------------------------------------------------
diff --git a/slider-agent/src/test/python/agent/TestPythonExecutor.py 
b/slider-agent/src/test/python/agent/TestPythonExecutor.py
index 9a46bd5..0a43639 100644
--- a/slider-agent/src/test/python/agent/TestPythonExecutor.py
+++ b/slider-agent/src/test/python/agent/TestPythonExecutor.py
@@ -33,6 +33,7 @@ from PythonExecutor import PythonExecutor
 from AgentConfig import AgentConfig
 from mock.mock import MagicMock, patch
 from AgentToggleLogger import AgentToggleLogger
+import os
 
 class TestPythonExecutor(TestCase):
   def setUp(self):

Reply via email to