summaryrefslogtreecommitdiffstats
path: root/ruby/run-ruby-tests
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/run-ruby-tests')
-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).