From 41a7a68cf33a174ba950aa29951a07c391a16b4d Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Tue, 6 Dec 2011 20:42:11 +0100 Subject: let the user explicitly choose ruby and rake programs --- ruby/run-ruby-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby/run-ruby-tests') diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index e21899a5..c618241f 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -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 -- cgit