From 54b2b600de7b6f74d387cb0db55375267572adde Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 21 Feb 2008 15:59:57 +0000 Subject: More test suite stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8976 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index e74895e8b..a5ae36c09 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -629,6 +629,11 @@ class CoreExport ServerConfig : public Extensible */ char sid[MAXBUF]; + /** True if we have been told to run the testsuite from the commandline, + * rather than entering the mainloop. + */ + bool TestSuite; + /** Construct a new ServerConfig */ ServerConfig(InspIRCd* Instance); -- cgit v1.2.3