git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7964606
)
ruby: Test against locally built library.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 15 Aug 2011 10:08:16 +0000
(11:08 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 15 Aug 2011 10:08:16 +0000
(11:08 +0100)
ruby/run-ruby-tests
patch
|
blob
|
history
diff --git
a/ruby/run-ruby-tests
b/ruby/run-ruby-tests
index
1ef116c
..
1596c87
100755
(executable)
--- 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).