##// END OF EJS Templates
tests: use pytest fail when vcs_operations cannot start required components
marcink -
r2461:e0c700db default
parent child Browse files
Show More
@@ -103,7 +103,7 b' class ServerBase(object):'
103 except URLError:
103 except URLError:
104 time.sleep(0.2)
104 time.sleep(0.2)
105 else:
105 else:
106 pytest.exit(
106 pytest.fail(
107 "Starting the {} failed or took more than {} "
107 "Starting the {} failed or took more than {} "
108 "seconds. cmd: `{}`".format(
108 "seconds. cmd: `{}`".format(
109 self.__class__.__name__, timeout, self.command))
109 self.__class__.__name__, timeout, self.command))
General Comments 0
You need to be logged in to leave comments. Login now