Differences From Artifact [af8be2e90b]:
- Executable file build/test/test — part of check-in [fb09031888] at 2014-08-28 17:44:38 on branch trunk — Updated to Tcl 8.6.2 and updated to clear MAKEFLAGS environment variable, which can influence sub-builds (user: rkeene, size: 15631) [annotate] [blame] [check-ins using] [more...]
To Artifact [819d936a86]:
- Executable file build/test/test — part of check-in [c9f69348bd] at 2014-09-05 15:17:31 on branch trunk — Updated nightly builds to use Tcl 8.5.16 (user: rkeene, size: 15631) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.15 8.6.2 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.16 8.6.2 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
|