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: | f3de07d7234378c33bc6530156c2bd6266ddedb9 |
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 1 #! /bin/bash 2 2 3 -VERSIONS="8.4.19 8.5.11 cvs_HEAD" 3 +VERSIONS="8.4.19 8.5.12 cvs_HEAD" 4 4 5 5 # Find the base directory 6 6 for x in 1 2 3 4 __fail__; do 7 7 if [ "${x}" = "__fail__" ]; then 8 8 echo 'Unable to find KitCreator, aborting.' >&2 9 9 10 10 exit 1