Index: library/lib/nx-test.tcl =================================================================== diff -u -r98b60429d7f10bf637fa2cfa2bb88d4069e2445f -rb75c1ecb1468dcb58d620fa93aefb3ccd266903c --- library/lib/nx-test.tcl (.../nx-test.tcl) (revision 98b60429d7f10bf637fa2cfa2bb88d4069e2445f) +++ library/lib/nx-test.tcl (.../nx-test.tcl) (revision b75c1ecb1468dcb58d620fa93aefb3ccd266903c) @@ -53,7 +53,7 @@ success ${:success} \ failure ${:failure} \ ms ${:ms} - puts "Summary: $msg" + puts "Summary: $msg\n" array set "" $::argv if {[info exists (-testlog)]} { set f [open $(-testlog) a]; puts $f $msg; close $f @@ -208,5 +208,6 @@ nsf::__db_run_assertions } +nsf::log notice "Running test cases: [info script]"