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 633e392..259309b 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -275,7 +275,7 @@ class ReleaseApp(cliapp.Application):
print('Running test: ' + data['name'])
for cmd in data['commands']:
print('$ ' + cmd)
- instance.runcmd(['sh', '-c', cmd])
+ instance.runcmd(['sh', '-c', cmd], stdout=self.output)
def deploy_and_test_systems(self, tests):
"""Run the deployments and tests"""