commit | 1f123967452f3d7c74a0c3a05f78c290c18e4b0f | [log] [tgz] |
---|---|---|
author | Yulia Portnova <yportnova@mirantis.com> | Wed May 06 18:48:11 2015 +0300 |
committer | Yulia Portnova <yportnova@mirantis.com> | Wed May 06 18:48:11 2015 +0300 |
tree | 3881d4bb6a3584ac2e12b6ef240246b2e7e1ece2 | |
parent | b1a15071bce45f0c99602b32c4c78886d234c5bc [diff] [blame] |
pgbench fixes
diff --git a/wally/run_test.py b/wally/run_test.py index 5412be3..8c1fece 100755 --- a/wally/run_test.py +++ b/wally/run_test.py
@@ -456,7 +456,7 @@ print("\n") print(IOPerfTest.format_for_console(data)) print("\n") - if 'mysql' == tp and data is not None: + if tp in ['mysql', 'pgbench'] and data is not None: print("\n") print(MysqlTest.format_for_console(data)) print("\n")