summaryrefslogtreecommitdiff
path: root/openstack/tester
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/tester')
-rwxr-xr-xopenstack/tester2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index cf89942..fe14388 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -272,7 +272,7 @@ class ReleaseApp(cliapp.Application):
print('Running test: ' + data['name'])
for cmd in data['commands']:
print('$ ' + cmd)
- instance.runcmd(['sh', '-c', cmd], stdout=self.output)
+ instance.runcmd(['sh', '-c', cmd])
def deploy_and_test_systems(self, tests):
"""Run the deployments and tests"""