Differences From Artifact [5fea40c753]:
- Executable file build/test/test — part of check-in [02c667ab97] at 2014-11-13 18:03:13 on branch trunk — Updated 8.6 builds to 8.6.3 (user: rkeene, size: 16171) [annotate] [blame] [check-ins using]
To Artifact [5e3684a6ac]:
- Executable file build/test/test — part of check-in [75f558f8fa] at 2015-01-29 14:33:13 on branch trunk — Updated to name nightly tests "fossil_trunk" instead of "cvs_HEAD" (user: rkeene, size: 16175) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.17 8.6.3 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.17 8.6.3 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
|