X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=e999acb5082770610ab43d8b6330c3b9d6b58a00;hb=6271c9e2f1167f16148510a60b0a6ba3bcfa2ad5;hp=76b92fdf05cd00e302328ed97f24c0d041cf29e9;hpb=27a8596c22f825071cde90d4aeb22f4ae812607b;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index 76b92fd..e999acb 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -46,7 +46,8 @@ libguestfsmod_la_LIBADD = $(top_builddir)/src/libguestfs.la TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs + PYTHONPATH=$(builddir):$(builddir)/.libs \ + TMPDIR=$(top_builddir) TESTS = run-bindtests run-python-tests