Overview
| Comment: | Updated test suite to use Tcl/Tk 8.5.12 | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | f3de07d7234378c33bc6530156c2bd62 | 
| User & Date: | rkeene on 2012-08-03 14:42:01 | 
| Other Links: | manifest | tags | 
Context
| 2012-08-20 | ||
| 02:53 | Updated to build Solaris tclkits with -static-libgcc check-in: ce3198239b user: rkeene tags: trunk | |
| 2012-08-03 | ||
| 14:42 | Updated test suite to use Tcl/Tk 8.5.12 check-in: f3de07d723 user: rkeene tags: trunk | |
| 2012-07-19 | ||
| 05:25 | Updated to use newer mingw32 conventions check-in: ab3932ab3c user: rkeene tags: trunk | |
Changes
Modified build/test/test from [ac78f28fab] to [3dddaeddf2].
| 1 2 | #! /bin/bash | | | 1 2 3 4 5 6 7 8 9 10 | 
#! /bin/bash
VERSIONS="8.4.19 8.5.12 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
	if [ "${x}" = "__fail__" ]; then
		echo 'Unable to find KitCreator, aborting.' >&2
		exit 1
 | 
| ︙ | ︙ |