mirror of
https://github.com/znc/znc.git
synced 2026-06-23 03:25:51 +02:00
WIP debugging failures on mac and cygwin...
This commit is contained in:
@@ -243,6 +243,7 @@ TEST_F(ZNCTest, ModperlUnixSocket) {
|
||||
auto client = LoginClient();
|
||||
client.Write("znc loadmod modperl");
|
||||
client.Write("znc loadmod socktest");
|
||||
sleep(1);
|
||||
client.Write("PRIVMSG *socktest :foo");
|
||||
client.ReadUntil("received 4 bytes");
|
||||
}
|
||||
@@ -267,6 +268,7 @@ TEST_F(ZNCTest, ModpythonVCString) {
|
||||
auto client = LoginClient();
|
||||
client.Write("znc loadmod modpython");
|
||||
client.Write("znc loadmod test");
|
||||
sleep(1);
|
||||
client.Write("PRIVMSG *test :foo");
|
||||
client.ReadUntil("'*test', 'foo'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user