Changeset - fd7683b6bd0b
[Not reviewed]
0 1 0
Vitaly Takmazov - 8 years ago 2018-01-17 15:23:24
vitalyster@gmail.com
tests: ngircd is in /usr/sbin
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
tests/start.py
Show inline comments
 
@@ -124,7 +124,7 @@ class LibcommuniServerModeSingleServerConf(BaseTest):
 
		return False
 

	
 
	def pre_test(self):
 
		os.system("ngircd -f ../libcommuni/ngircd.conf &")
 
		os.system("/usr/sbin/ngircd -f ../libcommuni/ngircd.conf &")
 

	
 
	def post_test(self):
 
		os.system("killall ngircd 2>/dev/null")
 
@@ -136,7 +136,7 @@ class LibcommuniServerModeConf(BaseTest):
 
		self.directory = "../libcommuni/"
 

	
 
	def pre_test(self):
 
		os.system("ngircd -f ../libcommuni/ngircd.conf &")
 
		os.system("/usr/sbin/ngircd -f ../libcommuni/ngircd.conf &")
 

	
 
	def post_test(self):
 
		os.system("killall ngircd 2>/dev/null")
0 comments (0 inline, 0 general)