diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-08 12:41:54 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-08 12:41:54 +0100 |
commit | f7d18c84dde596699ffc5100fec2cf7b0d582450 (patch) | |
tree | 0f1a43165ed98b3d53dc8081bd6a9d456ab2d539 /python/Makefile.am | |
parent | 54ea124b160eda705c96dfc664b4056848887856 (diff) | |
download | libguestfs-f7d18c84dde596699ffc5100fec2cf7b0d582450.tar.gz libguestfs-f7d18c84dde596699ffc5100fec2cf7b0d582450.tar.xz libguestfs-f7d18c84dde596699ffc5100fec2cf7b0d582450.zip |
build: Set TMPDIR for local testing.
This avoids conflicts with the globally installed libguestfs
appliance, or lets us build in multiple local directories at the same
time without conflicts.
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index e9959274..58847625 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -47,7 +47,8 @@ libguestfsmod_la_LDFLAGS = -avoid-version TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs + PYTHONPATH=$(builddir):$(builddir)/.libs \ + TMPDIR=$(top_builddir) TESTS = run-bindtests run-python-tests |