From babc0846cc911b01a58a7385d30ad25889b7175a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 28 May 2009 20:15:51 +0100 Subject: Add tests for bindings parameters, fix several broken bindings. --- 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 8232b29a..b371bfb9 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -export LD_LIBRARY_PATH=../src/.libs -export LIBGUESTFS_PATH=../appliance +set -e + rake test "$@" -- cgit