mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Testsuite stuff and fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8977 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
54b2b600de
commit
7ed5b42b1f
@ -38,6 +38,7 @@
|
||||
#include "command_parse.h"
|
||||
#include "exitcodes.h"
|
||||
#include "caller.h"
|
||||
#include "testsuite.h"
|
||||
|
||||
using irc::sockets::insp_ntoa;
|
||||
using irc::sockets::insp_inaddr;
|
||||
@ -381,6 +382,9 @@ InspIRCd::InspIRCd(int argc, char** argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (do_testsuite)
|
||||
do_nofork = do_debug = true;
|
||||
|
||||
if (do_version)
|
||||
{
|
||||
printf("\n%s r%s\n", VERSION, REVISION);
|
||||
|
Loading…
x
Reference in New Issue
Block a user