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:
parent
a12f22fb69
commit
cb42130440
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue