##// END OF EJS Templates
tests: show failed command for vcsserver during tests.
marcink -
r1232:fa3746fc default
parent child Browse files
Show More
@@ -280,7 +280,7 b' class HttpVCSServer(VCSServer):'
280 else:
280 else:
281 pytest.exit(
281 pytest.exit(
282 "Starting the VCSServer failed or took more than {} "
282 "Starting the VCSServer failed or took more than {} "
283 "seconds.".format(timeout))
283 "seconds. cmd: `{}`".format(timeout, ' '.join(self._args)))
284
284
285 def shutdown(self):
285 def shutdown(self):
286 self.process.kill()
286 self.process.kill()
General Comments 0
You need to be logged in to leave comments. Login now