OSDN Git Service

Share *_OUT_TESTCASES environment variables with TF
authorSimran Basi <sbasi@google.com>
Mon, 13 Feb 2017 21:46:48 +0000 (13:46 -0800)
committerSimran Basi <sbasi@google.com>
Mon, 13 Feb 2017 21:50:14 +0000 (13:50 -0800)
commitdd050ed1b3d38447bc68d827589c90797b91acbf
tree6e94c8defa8f69459757f04bbce8a0103f6765b6
parent4d49966ce3b89329a43b18d40316f154ce3672a0
Share *_OUT_TESTCASES environment variables with TF

Instead of having test tools search the OUT_DIR for the
testcases folders (of which there can be multiple different
targets), let's have these variables become part of the runtime
environment after a developer has run lunch.

Bug: 35322559
Test: . build/envsetup.sh ; lunch ; printenv | grep TESTCASES
Change-Id: Ic4addc2b9727ff717b2e595b9be224650e2f1b1d
envsetup.sh