Index: tests/summary.tcl =================================================================== diff -u -N -r4bc60e16c10fdbbb640b3019d4bdebdc469fdf55 -r3232e56d77cb2069265c52d89cd46583a49ecbe0 --- tests/summary.tcl (.../summary.tcl) (revision 4bc60e16c10fdbbb640b3019d4bdebdc469fdf55) +++ tests/summary.tcl (.../summary.tcl) (revision 3232e56d77cb2069265c52d89cd46583a49ecbe0) @@ -24,9 +24,9 @@ puts "\nRegression Test Summary of $opt(-title):" puts "\tEnvironment: Tcl $tcl_patchLevel, OS $tcl_platform(os) $tcl_platform(osVersion)\ machine $tcl_platform(machine) threaded [info exists tcl_platform(threaded)]." - puts "\tNSF performed $tests tests in $files files, success $success, failures $failures in [expr {$ms / 1000.0}] seconds" + puts "\tNSF [package req nsf] (commit $::nsf::commit) performed $tests tests in $files files, success $success, failures $failures in [expr {$ms / 1000.0}] seconds" if {$failures == 0} { - puts "\tCongratulations, all tests of $opt(-title) passed in your installation of NSF [package req nsf]" + puts "\tCongratulations, all tests of $opt(-title) passed in your installation of NSF [package req nsf] (commit $::nsf::commit)" } puts "" }