autotest: build in a constant directory

this gives a much higher hit rate in ccache
This commit is contained in:
Andrew Tridgell 2016-03-30 09:01:24 +11:00
parent e0a465f8f4
commit e90edd0abc

View File

@ -4,7 +4,7 @@
export PATH=$PATH:/bin:/usr/bin
export TMPDIR=$PWD/build.tmp.$$
export TMPDIR=$PWD/build.tmp.binaries
echo $TMDIR
rm -rf $TMPDIR
echo "Building in $TMPDIR"