Index: win/makefile.vc =================================================================== diff -u -N -r47e068a8a5543b1e1c5a5e4449e13c7af3fbe7e6 -r387ca9db3d40c5a5a32c13031a23689944c6a8e9 --- win/makefile.vc (.../makefile.vc) (revision 47e068a8a5543b1e1c5a5e4449e13c7af3fbe7e6) +++ win/makefile.vc (.../makefile.vc) (revision 387ca9db3d40c5a5a32c13031a23689944c6a8e9) @@ -405,7 +405,7 @@ $(DEBUGGER) $(TCLSH) nsftest.tcl %i -testlog __test.log >> tests.log type tests.log | more !endif - @$(TCLSH) "$(ROOT)/tests/summary.tcl" -testlog __test.log + @$(TCLSH) nsftest.tcl "$(ROOT)/tests/summary.tcl" -testlog __test.log @del nsftest.tcl @del __test.log Index: win/nsftest.tcl =================================================================== diff -u -N --- win/nsftest.tcl (revision c7abd01585e06664f9925485f2c1a5d6a2dbdabb) +++ win/nsftest.tcl (revision 0) @@ -1 +0,0 @@ -lappend auto_path ..; set argv [lassign $argv __src]; source $__src;