]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/test-build
Prevent users from sending an empty TAGMSG.
[user/henk/code/inspircd.git] / tools / test-build
index 6472895698bb3bd5d396ad726276242987210a04..773ddee64c13b1776720dfd18dbf02ba28b5c246 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2013-2014 Peter Powell <petpow@saberuk.com>
+#   Copyright (C) 2013-2019 Sadie Powell <sadie@witchery.services>
 #
 # This file is part of InspIRCd.  InspIRCd is free software: you can
 # redistribute it and/or modify it under the terms of the GNU General Public
@@ -36,7 +36,8 @@ use lib $RealDir;
 use make::common;
 use make::configure;
 
-$ENV{INSPIRCD_DEBUG} = $ENV{INSPIRCD_VERBOSE} = 1;
+$ENV{INSPIRCD_DEBUG} = 3;
+$ENV{INSPIRCD_VERBOSE} = 1;
 
 system 'git', 'clean', '-dfx';