OSDN Git Service

Make run-{libcore,jdwp}-tests work with OUT_DIR set.
authorAlex Light <allight@google.com>
Thu, 17 Sep 2015 23:59:09 +0000 (16:59 -0700)
committerAlex Light <allight@google.com>
Fri, 18 Sep 2015 01:45:29 +0000 (18:45 -0700)
commitb15fea2f08928b43f97e217dfe81797a7ecb03b3
treea6c49d0b7a86cce9fc302ba745b4a70e9234d4cb
parent2c2cbfd34839e61ccecabab5b7e882f891d26be0
Make run-{libcore,jdwp}-tests work with OUT_DIR set.

Change the two scripts to use the value of the OUT_DIR environment
variable if it is set to find the build directory. If OUT_DIR is not
set just fall back to the default 'out/'.

Change-Id: I19824d792d5dcbed32846912fb36654894fcc0ac
tools/run-jdwp-tests.sh
tools/run-libcore-tests.sh