From: Richard W.M. Jones Date: Mon, 15 Aug 2011 10:08:16 +0000 (+0100) Subject: ruby: Test against locally built library. X-Git-Tag: 1.3.1~5 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=7cc9be00d446df95eaa0bebfc9892a69d3393227;p=hivex.git ruby: Test against locally built library. --- diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 1ef116c..1596c87 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -18,6 +18,8 @@ set -e +export LD_LIBRARY_PATH=../lib/.libs + # Run them one at a time, otherwise rake runs them in parallel (which # is bound to fail because they all use a single test image file).