From fc801f9db70930f3eda2d8987cea8bd5be8e0739 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:08:05 +1100 Subject: [PATCH] fix makefile: DEBUG enables DebugHardhat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e694b8f..11361fae 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ ifdef DEBUG TEST_PARAMS := $(TEST_PARAMS) -d:DebugTestHarness=$(DEBUG) TEST_PARAMS := $(TEST_PARAMS) -d:NoCodexLogFilters=$(DEBUG) TEST_PARAMS := $(TEST_PARAMS) -d:ShowContinuousStatusUpdates=$(DEBUG) - TEST_PARAMS := $(TEST_PARAMS) -d:DebugHardhat=$(DEBUG_HARDHAT) + TEST_PARAMS := $(TEST_PARAMS) -d:DebugHardhat=$(DEBUG) endif ifdef TEST_TIMEOUT TEST_PARAMS := $(TEST_PARAMS) -d:TestTimeout=$(TEST_TIMEOUT)