mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Replace setting of environment variables with usage of local run script
(Includes fix by RWMJ)
This commit is contained in:
committed by
Richard W.M. Jones
parent
5cfd3e7b3e
commit
7004fafc69
@@ -47,10 +47,8 @@ if HAVE_RUBY
|
||||
TESTS = run-bindtests run-ruby-tests
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
|
||||
LIBGUESTFS_PATH=$(top_builddir)/appliance \
|
||||
TMPDIR=$(top_builddir) \
|
||||
RUBY=$(RUBY)
|
||||
RUBY=$(RUBY) \
|
||||
$(top_builddir)/run
|
||||
|
||||
all: $(generator_built)
|
||||
$(RAKE) build
|
||||
|
||||
Reference in New Issue
Block a user