From 946350cd2593dc98bdf9ea990928cd3dc7c6bea8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 18 Sep 2015 13:51:12 +0000 Subject: Actually print ssh command output. --- openstack/tester | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- cgit v1.2.1