X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ruby%2Frun-ruby-tests;h=c618241f8d39a515253be7a7dd832f77ef14407d;hp=e21899a5ddd6c5ff2f435321e450969209e6f0da;hb=41a7a68cf33a174ba950aa29951a07c391a16b4d;hpb=04ea1375c55aa67df4e7fc61dbb534111767f3b6 diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index e21899a..c618241 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