diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2018-05-09 14:38:48 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-10 21:01:06 -0300 |
| commit | b2e4778ea4a704e4a86ae41d680a9ec886e66cfa (patch) | |
| tree | daaa5f92f303ef37785f3ea0bad1775957f48ea6 /test | |
| parent | a07b28a488cd5d8f3d9dcf77401cc43ce6473138 (diff) | |
build: Allow user to specify ruby executable
This way, one can build for a different Ruby than $PATH/ruby
(e. g. different versions, or Ruby in other paths).
Signed-off-by: Thomas Schneider <qsx@chaotikum.eu>
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh index 5b212514..7e064021 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1003,7 +1003,7 @@ test_python() { } test_ruby() { - MAIL_DIR=$MAIL_DIR ruby -I $NOTMUCH_SRCDIR/bindings/ruby> OUTPUT + MAIL_DIR=$MAIL_DIR $NOTMUCH_RUBY -I $NOTMUCH_SRCDIR/bindings/ruby> OUTPUT } test_C () { |
