Commit d32c475d authored by Lasse Karstensen's avatar Lasse Karstensen

Make it possible to override TMPDIR.

parent 78694521
......@@ -35,7 +35,7 @@ export MAKEFLAGS="${MAKEFLAGS:--j2}"
# This tempdirectory must not be used by anything else.
# Do *NOT* set this to /tmp
export TMPDIR=`pwd`/_vtest_tmp
export TMPDIR="${TMPDIR:-`pwd`/_vtest_tmp}"
# Message to be shown in result pages
# Max 10 char of [A-Za-z0-9/. _-]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment