tests: show failed command for vcsserver during tests.
This commit is contained in:
parent
2dc8712b37
commit
af8aba801e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue