Differences From Artifact [38851b5a2a]:
- Executable file build/test/test — part of check-in [3b0581b604] at 2011-05-23 17:30:55 on branch merge-kitdll-kitsh-common — Updated location to build "tclsh" to coorespond to new location (user: rkeene, size: 11611) [annotate] [blame] [check-ins using] [more...]
To Artifact [2b7bb890ec]:
- Executable file build/test/test — part of check-in [75999463a7] at 2011-06-24 18:44:08 on branch trunk — Upgraded test suite to use Tcl/Tk 8.5.10 (user: rkeene, size: 11612) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.4.19 8.5.9 cvs_HEAD"
# Find the base directory
for x in 1 2 3 __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.4.19 8.5.10 cvs_HEAD"
# Find the base directory
for x in 1 2 3 __fail__; do
if [ "${x}" = "${fail}" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|