##// END OF EJS Templates
tests: Remove unused command argument.
Martin Bornhold -
r970:ebce9f39 default
parent child Browse files
Show More
@@ -246,7 +246,7 b' class HttpVCSServer(VCSServer):'
246 config_data = configobj.ConfigObj(config_file)
246 config_data = configobj.ConfigObj(config_file)
247 self._config = config_data['server:main']
247 self._config = config_data['server:main']
248
248
249 args = ['pserve', config_file, 'http_host=0.0.0.0']
249 args = ['pserve', config_file]
250 self._args = args
250 self._args = args
251
251
252 @property
252 @property
General Comments 0
You need to be logged in to leave comments. Login now