don't force TMPDIR on all unittests
Turns out at least on FreeBSD tmpfile will fail if TMPDIR points to non-existant directory. This also has nice property of leaving it down to users to set up TMPDIR the way they want.
This commit is contained in:
parent
c52c321bdd
commit
7756b4cc61
|
@ -660,7 +660,6 @@ sampler_test_LDADD = libcommon.la
|
|||
|
||||
# These unittests often need to run binaries. They're in the current dir
|
||||
TESTS_ENVIRONMENT += BINDIR=.
|
||||
TESTS_ENVIRONMENT += TMPDIR=/tmp/perftools
|
||||
|
||||
TESTS += sampling_test.sh$(EXEEXT)
|
||||
sampling_test_sh_SOURCES = src/tests/sampling_test.sh
|
||||
|
|
Loading…
Reference in New Issue