./run: ruby: Set $RAKE and fix Ruby tests.

This wasn't set which caused Ruby tests to silently not run
without any indication.
This commit is contained in:
Richard W.M. Jones
2013-04-25 20:08:18 +01:00
parent 0d989d52a6
commit 79688aff74

1
run.in
View File

@@ -87,6 +87,7 @@ export PYTHONPATH
# For Ruby.
export RUBY=@RUBY@
export RAKE=@RAKE@
if [ -z "$RUBYLIB" ]; then
RUBYLIB="$b/ruby/lib:$b/ruby/ext/guestfs"
else