summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-15 11:08:16 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-15 11:08:16 +0100
commit7cc9be00d446df95eaa0bebfc9892a69d3393227 (patch)
treed3d90eadbce060e669cdf7668d2c23b84640f713
parent7964606fbb481c4725c202804a127168ac309020 (diff)
downloadhivex-7cc9be00d446df95eaa0bebfc9892a69d3393227.tar.gz
hivex-7cc9be00d446df95eaa0bebfc9892a69d3393227.tar.xz
hivex-7cc9be00d446df95eaa0bebfc9892a69d3393227.zip
ruby: Test against locally built library.
-rwxr-xr-xruby/run-ruby-tests2
1 files changed, 2 insertions, 0 deletions
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).