From e3e61231605321870cc0284638b13d6352e30230 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Sat, 4 Jul 2026 16:55:45 +1000 Subject: [PATCH] fix warning msg --- src/modules/punk/tcltestrun-999999.0a1.0.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/punk/tcltestrun-999999.0a1.0.tm b/src/modules/punk/tcltestrun-999999.0a1.0.tm index e3223fdc..a45cc0ab 100644 --- a/src/modules/punk/tcltestrun-999999.0a1.0.tm +++ b/src/modules/punk/tcltestrun-999999.0a1.0.tm @@ -400,7 +400,7 @@ tcl::namespace::eval punk::tcltestrun { #package ifneeded $modname 999999.0a1.0 [list source $modpath] append script [list package ifneeded $fullmodname 999999.0a1.0 [list source $modpath]] { ;} \n } else { - puts stderr "runtestmodules.tcl warning: expected mod.tcl not found for modpod module $fullmodname at path $modpath" + puts stderr "runtestmodules.tcl warning: expected tcl module file not found for modpod module $fullmodname at path $modpath" } } }