This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".
The branch test-runner has been updated
via 2e426125285047cd43029903da95ddbe75703d33 (commit)
from 66e5ed9489a7a976e998007438f4503d443b87f6 (commit)
Summary of changes:
test/lib/tarantool_silverbox_server.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 2e426125285047cd43029903da95ddbe75703d33
Author: Konstantin Osipov <[email protected]>
Date: Fri Dec 17 18:59:52 2010 +0300
Test-runner: fix a formatting bug.
Fir a formatting bug accidentally introduced by
the previous patch.
diff --git a/test/lib/tarantool_silverbox_server.py
b/test/lib/tarantool_silverbox_server.py
index 03394cb..5c07615 100644
--- a/test/lib/tarantool_silverbox_server.py
+++ b/test/lib/tarantool_silverbox_server.py
@@ -114,8 +114,8 @@ class TarantoolSilverboxServer:
st_mode = os.stat(f).st_mode
if stat.S_ISREG(st_mode) and st_mode & stat.S_IXUSR:
return f
- raise RuntimeError("Can't find server executable in " +
- self.args.bindir)
+
+ raise RuntimeError("Can't find server executable in " + self.args.bindir)
def kill_old_server(self):
"""Kill old server instance if it exists."""
--
Tarantool -- an efficient key/value data store
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp