Overview
Comment: | Removed Tcl 8.4.x from nightly tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 433983bef938b0147f1ff75f5ed718b1ed09ef64 |
User & Date: | rkeene on 2012-08-20 03:44:50 |
Other Links: | manifest | tags |
Context
2012-08-26
| ||
16:51 | Added back fake "uname" check-in: 49b2d26ca5 user: rkeene tags: trunk | |
2012-08-20
| ||
03:44 | Removed Tcl 8.4.x from nightly tests check-in: 433983bef9 user: rkeene tags: trunk | |
02:53 | Updated to build Solaris tclkits with -static-libgcc check-in: ce3198239b user: rkeene tags: trunk | |
Changes
Modified build/test/test from [3dddaeddf2] to [090941e14e].
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
|
| |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash VERSIONS="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 |