# HG changeset patch # User Marcin Kuzminski # Date 2016-12-12 21:43:31 # Node ID fa3746fc85b9b244de752705dcb6bbbb6fd6741b # Parent 04a6a6d0fc7669340f965ca8c82e81e057de904d tests: show failed command for vcsserver during tests. diff --git a/rhodecode/tests/pylons_plugin.py b/rhodecode/tests/pylons_plugin.py --- a/rhodecode/tests/pylons_plugin.py +++ b/rhodecode/tests/pylons_plugin.py @@ -280,7 +280,7 @@ class HttpVCSServer(VCSServer): else: pytest.exit( "Starting the VCSServer failed or took more than {} " - "seconds.".format(timeout)) + "seconds. cmd: `{}`".format(timeout, ' '.join(self._args))) def shutdown(self): self.process.kill()