diff options
| author | Hilko Bengen <bengen@hilluzination.de> | 2011-12-07 21:41:29 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-09 10:05:36 +0000 |
| commit | 584fc6fc9857cf493120aebe514f73f3a143234b (patch) | |
| tree | b4270b072a840f715f9f45ae9433d8fc80aa8127 /ruby/run-ruby-tests | |
| parent | daceaebf6a094a68ba6310fdcf1ae64d449b7c49 (diff) | |
| download | hivex-584fc6fc9857cf493120aebe514f73f3a143234b.tar.gz hivex-584fc6fc9857cf493120aebe514f73f3a143234b.tar.xz hivex-584fc6fc9857cf493120aebe514f73f3a143234b.zip | |
hivex: Fix Ruby bindings for 1.9; let the user explicitly choose ruby, rake
Diffstat (limited to 'ruby/run-ruby-tests')
| -rwxr-xr-x | ruby/run-ruby-tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 1596c87..74afb9f 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -24,6 +24,6 @@ export LD_LIBRARY_PATH=../lib/.libs # is bound to fail because they all use a single test image file). for f in tests/tc_*.rb; do - echo rake test "$@" TEST="$f" - rake test "$@" TEST="$f" + echo $RAKE test "$@" TEST="$f" + $RAKE test "$@" TEST="$f" done |
