summaryrefslogtreecommitdiffstats
path: root/odl-pipeline
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-12-13 16:46:57 +0100
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-12-13 16:46:57 +0100
commit7c552712e38ac896ff08366f6862590d29659e33 (patch)
tree969d465124ddf93bf4b7ec414dea1e7d13d55f6c /odl-pipeline
parentf36cbe3c9f38b0ac2f49d454939653cce3b2a157 (diff)
Bugfix " in the environment part-3
Change-Id: Ice01bd6967272b64aae6b1e1f28a98b0813267ca Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'odl-pipeline')
-rwxr-xr-xodl-pipeline/lib/test_environment/test_environment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/odl-pipeline/lib/test_environment/test_environment.py b/odl-pipeline/lib/test_environment/test_environment.py
index cfa55a0..3a6be7e 100755
--- a/odl-pipeline/lib/test_environment/test_environment.py
+++ b/odl-pipeline/lib/test_environment/test_environment.py
@@ -19,7 +19,6 @@ class TestEnvironment(Service):
def run(self, sys_args, config):
self.env = str(sys_args.env_number).replace('"', '')
self.BUILD_DIR = '../build/apex-%s' % self.env
-
self.cleanup()
if sys_args.cleanup:
return