tests: show failed command for vcsserver during tests.

This commit is contained in:
Marcin Kuzminski 2016-12-12 22:43:31 +01:00
parent 2dc8712b37
commit af8aba801e

View file

@ -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()