From f237ae2ad61ad583e5eacf5759b25c32bb7538a1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 11 Apr 2012 17:24:55 +0100 Subject: python: Add PYTHONPATH to './run' script. Also: - tidy up the script - use the ./run script when running Python tests --- python/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 2731a432..5931e2e4 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -46,10 +46,8 @@ libguestfsmod_la_LIBADD = $(top_builddir)/src/libguestfs.la libguestfsmod_la_LDFLAGS = -avoid-version -shared TESTS_ENVIRONMENT = \ - LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs \ - TMPDIR=$(top_builddir) \ - PYTHON=$(PYTHON) + PYTHON=$(PYTHON) \ + $(top_builddir)/run TESTS = run-bindtests -- cgit