Browse Source

fix warning msg

master
Julian Noble 2 weeks ago
parent
commit
e3e6123160
  1. 2
      src/modules/punk/tcltestrun-999999.0a1.0.tm

2
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] #package ifneeded $modname 999999.0a1.0 [list source $modpath]
append script [list package ifneeded $fullmodname 999999.0a1.0 [list source $modpath]] { ;} \n append script [list package ifneeded $fullmodname 999999.0a1.0 [list source $modpath]] { ;} \n
} else { } 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"
} }
} }
} }

Loading…
Cancel
Save