commit | 3f65e7cb802278d24754f811192e95441e6de681 | [log] [tgz] |
---|---|---|
author | Yulia Portnova <yportnova@mirantis.com> | Wed Feb 25 17:19:35 2015 +0200 |
committer | Yulia Portnova <yportnova@mirantis.com> | Wed Feb 25 17:19:35 2015 +0200 |
tree | 0e2b861a16fcb50e55c6c03af43043343c04840c | |
parent | 7ddfa7397474f1cf05330b0df3992491ec58478d [diff] [blame] |
pgbench run.sh: receive num clients and transactions through params
diff --git a/itest.py b/itest.py index d63a9b4..c8b641b 100644 --- a/itest.py +++ b/itest.py
@@ -63,7 +63,7 @@ def run(self, conn): remote_script = self.copy_script(conn, self.run_script) - cmd = remote_script + cmd = remote_script + ' ' + ' '.join(self.opts) code, out, err = run_over_ssh(conn, cmd) self.on_result(code, out, err, cmd)