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] [more...]
To 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]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.18 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.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
|