Differences From Artifact [7efabc4a20]:
- Executable file build/test/test — part of check-in [ccebee74a5] at 2013-07-03 05:09:15 on branch trunk — Made win32 and linux-i386 tests runnable (user: rkeene, size: 15170) [annotate] [blame] [check-ins using]
To Artifact [b14ccbc368]:
- Executable file build/test/test — part of check-in [a063fafd1f] at 2013-09-25 03:12:38 on branch trunk — Allow building a TclKit on Win32 using MinGW against Tcl/Tk 8.6.1. (user: mistachkin, size: 15170) [annotate] [blame] [check-ins using] [more...]
1 2 | #! /bin/bash | | | 1 2 3 4 5 6 7 8 9 10 | #! /bin/bash VERSIONS="8.5.15 8.6.1 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 |
︙ | ︙ |