let the user explicitly choose ruby and rake programs

This commit is contained in:
Hilko Bengen
2011-12-06 20:42:11 +01:00
committed by Richard W.M. Jones
parent 2353b9d3b8
commit 41a7a68cf3
5 changed files with 13 additions and 10 deletions

View File

@@ -22,6 +22,6 @@ set -e
# is bound to fail because they all use a single test image file).
for f in tests/tc_*.rb; do
echo rake test "$@" TEST="$f"
rake test "$@" TEST="$f"
echo $RAKE test "$@" TEST="$f"
$RAKE test "$@" TEST="$f"
done