Check-in [75999463a7]
Overview
Comment:Upgraded test suite to use Tcl/Tk 8.5.10
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 75999463a7649523bc2a96bc2ad743826f590720
User & Date: rkeene on 2011-06-24 18:44:08
Other Links: manifest | tags
Context
2011-07-02
12:03
Updated notes about kitsh

Added notes about plugability check-in: 5421b32beb user: rkeene tags: trunk

2011-06-24
18:44
Upgraded test suite to use Tcl/Tk 8.5.10 check-in: 75999463a7 user: rkeene tags: trunk
2011-06-06
15:40
Added executable bit back, AGAIN! check-in: a0ab236261 user: rkeene tags: trunk
Changes

Modified build/test/test from [38851b5a2a] to [2b7bb890ec].

1
2
3
4
5
6
7
8
9
10
#! /bin/bash

VERSIONS="8.4.19 8.5.9 cvs_HEAD"

# Find the base directory
for x in 1 2 3 __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.4.19 8.5.10 cvs_HEAD"

# Find the base directory
for x in 1 2 3 __fail__; do
	if [ "${x}" = "${fail}" ]; then
		echo 'Unable to find KitCreator, aborting.' >&2

		exit 1