From 79688aff7483dfcdc1034564cac6cae9999e4324 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 25 Apr 2013 20:08:18 +0100 Subject: [PATCH] ./run: ruby: Set $RAKE and fix Ruby tests. This wasn't set which caused Ruby tests to silently not run without any indication. --- run.in | 1 + 1 file changed, 1 insertion(+) diff --git a/run.in b/run.in index d7d4800e3..066358afa 100755 --- a/run.in +++ b/run.in @@ -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