summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test-build b/tools/test-build
index 647289569..54d22f9d3 100755
--- a/tools/test-build
+++ b/tools/test-build
@@ -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';