Differences From Artifact [b787f2bb27]:
- Executable file build/test/test — part of check-in [404a1c438f] at 2015-09-14 19:04:20 on branch trunk — Updated to include timeout for tests (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 | #! /bin/bash | | | 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
|
| ︙ | ︙ |