Differences From Artifact [42a126b0c2]:
- Executable file build/test/test — part of check-in [70021142fe] at 2016-02-12 16:56:22 on branch trunk — Start testing 8.5.19 (user: rkeene, size: 15583) [annotate] [blame] [check-ins using]
To Artifact [1606fd2709]:
- Executable file build/test/test — part of check-in [bd11da21e3] at 2016-03-07 04:42:56 on branch trunk — Added Tcl 8.6.5 everywhere (user: rkeene, size: 15583) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.19 8.6.4 fossil_trunk"
# 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.19 8.6.5 fossil_trunk"
# 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
|