Differences From Artifact [277f3b565d]:
- Executable file build/test/do-nightly-tests-and-publish — part of check-in [ede5eb67b8] at 2010-09-26 04:48:10 on branch trunk — Updated to emit error message and abort if tests are unable to be run (user: rkeene, size: 748) [annotate] [blame] [check-ins using]
To Artifact [d2da929dfb]:
- Executable file build/test/do-nightly-tests-and-publish — part of check-in [82a097a2a1] at 2010-09-26 04:48:45 on branch trunk — Updated nightly test and publish script to fix bug in cross-compiles (user: rkeene, size: 898) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + + + + | #! /bin/bash # Update PATH to include path to Tclkit, otherwise cross-compiles will fail PATH="${PATH}:/home/rkeene/bin" export PATH # Define build and web paths KITCREATORDIR="/home/rkeene/devel/kitcreator" WEBROOTDIR="/web/rkeene/devel/kitcreator/kitbuild" export KITCREATORDIR WEBROOTDIR cd "${KITCREATORDIR}" || exit 1 SVN_LCR="$(svn info -R . | grep '^Last Changed Rev:' | sed 's@^.*: *@@' | sort -n | tail -1)" |
︙ |