diff options
Diffstat (limited to 'odl-pipeline/lib/test_environment')
-rwxr-xr-x | odl-pipeline/lib/test_environment/test_environment.py | 1 |
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 |