Check-in [70021142fe]
Overview
Comment:Start testing 8.5.19
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:70021142fe3ffff0b4099cc6fbac6205bf12055f
User & Date: rkeene on 2016-02-12 16:56:22
Other Links: manifest | tags
Context
2016-02-24
19:38
Updated to use common download infrastructure check-in: 6f9977f121 user: rkeene tags: trunk
2016-02-12
16:56
Start testing 8.5.19 check-in: 70021142fe user: rkeene tags: trunk
2015-10-28
15:49
More patches to try to make TLS 1.6.7 work check-in: cdcb07f969 user: rkeene tags: trunk
Changes

Modified build/test/test from [b787f2bb27] to [42a126b0c2].

     1      1   #! /bin/bash
     2      2   
     3         -VERSIONS="8.5.18 8.6.4 fossil_trunk"
            3  +VERSIONS="8.5.19 8.6.4 fossil_trunk"
     4      4   
     5      5   # Find the base directory
     6      6   for x in 1 2 3 4 __fail__; do
     7      7   	if [ "${x}" = "__fail__" ]; then
     8      8   		echo 'Unable to find KitCreator, aborting.' >&2
     9      9   
    10     10   		exit 1