Make a copy of Blueprint in tests

because the Finder doesn't follow symlinks
Bug: 64363847
Test: tests/test_tree_tests.sh

Change-Id: I2e4115b6d833e5bfcaa1e20bb9c8e1d827e3f43f
This commit is contained in:
Jeff Gaston 2017-09-12 17:57:18 -07:00
parent a12f22fb69
commit cb42130440

View file

@ -21,7 +21,7 @@ mkdir "${OUTDIR}"
export SRCDIR="${TEMPDIR}/src"
cp -r tests/test_tree "${SRCDIR}"
ln -s "${TOP}" "${SRCDIR}/blueprint"
cp -r "${TOP}" "${SRCDIR}/blueprint"
cd "${OUTDIR}"
export BLUEPRINTDIR=${SRCDIR}/blueprint