Index: tests/summary.tcl =================================================================== diff -u -r3232e56d77cb2069265c52d89cd46583a49ecbe0 -r0ca1bf1c5b3e4a029e935e5f8a42221b61c0d747 --- tests/summary.tcl (.../summary.tcl) (revision 3232e56d77cb2069265c52d89cd46583a49ecbe0) +++ tests/summary.tcl (.../summary.tcl) (revision 0ca1bf1c5b3e4a029e935e5f8a42221b61c0d747) @@ -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 [package req nsf] (commit $::nsf::commit) performed $tests tests in $files files, success $success, failures $failures in [expr {$ms / 1000.0}] seconds" + puts "\tNSF [package req nsf] (commit [::nsf::pkgconfig get 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] (commit $::nsf::commit)" + puts "\tCongratulations, all tests of $opt(-title) passed in your installation of NSF [package req nsf] (commit [::nsf::pkgconfig get commit])" } puts "" }