Overview
| Comment: | Updated nightly tests to be 8.6.4 and 8.5.18 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3a3b6c57f1f2baa32e93e97055e3cac4 |
| User & Date: | rkeene on 2015-03-16 01:06:47 |
| Other Links: | manifest | tags |
Context
|
2015-03-16
| ||
| 01:07 | Updated default target to be 8.6.4 check-in: 4f42c11e1e user: rkeene tags: trunk | |
| 01:06 | Updated nightly tests to be 8.6.4 and 8.5.18 check-in: 3a3b6c57f1 user: rkeene tags: trunk | |
| 01:05 | Updated kit maker to use Tcl 8.6.4 and Tcl 8.5.18 check-in: 0da828bbfa user: rkeene tags: trunk | |
Changes
Modified build/test/test from [5e3684a6ac] to [df35486eb4].
1 2 | #! /bin/bash | | | 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
|
| ︙ | ︙ |