Differences From Artifact [a279f86cb1]:
- Executable file build/test/test — part of check-in [b6bf532c8e] at 2012-08-27 16:09:20 on branch trunk — Updated to indicate win32 binaries are not runnable without WINE (user: rkeene, size: 15162) [annotate] [blame] [check-ins using]
To Artifact [f42651a667]:
- Executable file build/test/test — part of check-in [037aa51865] at 2013-05-13 01:27:06 on branch trunk — Updated version numbers to test (user: rkeene, size: 15168) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.12 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.14 8.6.0 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
|