[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:04:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 79688aff7483dfcdc1034564cac6cae9999e4324
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Apr 25 20:08:18 2013 +0100

    ./run: ruby: Set $RAKE and fix Ruby tests.
    
    This wasn't set which caused Ruby tests to silently not run
    without any indication.

diff --git a/run.in b/run.in
index d7d4800..066358a 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

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list