git » sdk » commit 29d886d

utest uses trace to print the report...

author Stephen Paul Weber
2026-05-12 02:59:24 UTC
committer Stephen Paul Weber
2026-05-12 02:59:24 UTC
parent a31c76c59703ae2ca3dacd0baf22e5b5da19d7c9

utest uses trace to print the report...

borogove/Util.hx +1 -1

diff --git a/borogove/Util.hx b/borogove/Util.hx
index 9ee7538..bbe8d27 100644
--- a/borogove/Util.hx
+++ b/borogove/Util.hx
@@ -30,7 +30,7 @@ class DummyRequireMacro {
 #end
 
 function setupTrace() {
-#if js
+#if (js && !test)
 	haxe.Log.trace = (v, ?infos) -> {
 #if nodejs
 		if (!js.Syntax.code("globalThis.process?.env?.BOROGOVE_DEBUG")) return;