diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-22 16:17:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-22 16:17:12 (GMT) |
commit | 800d3e4d102540eeeaa223f428f007ea81f1015c (patch) | |
tree | c6f4d9ef1b4e0f79ec76abc6f6e815d27446236c /unix | |
parent | 58f1972185fa5d9693fe02d406066bf201d99263 (diff) | |
parent | 5d8942cb06b4c5a6b538dd5d80eb4f039bd36d34 (diff) | |
download | tcl-800d3e4d102540eeeaa223f428f007ea81f1015c.zip tcl-800d3e4d102540eeeaa223f428f007ea81f1015c.tar.gz tcl-800d3e4d102540eeeaa223f428f007ea81f1015c.tar.bz2 |
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare.
tcltest -> version 2.3.8
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f151ebb..5a2d9af 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -852,8 +852,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.5.2 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; - @echo "Installing package tcltest 2.3.7 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.7.tm; + @echo "Installing package tcltest 2.3.8 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.8.tm; @echo "Installing package platform 1.0.12 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.tm; |