aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.bash')
-rwxr-xr-xbootstrap.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.bash b/bootstrap.bash
index e9a64367..f6056d65 100755
--- a/bootstrap.bash
+++ b/bootstrap.bash
@@ -4,6 +4,7 @@ export BOOTSTRAP="${BASH_SOURCE[0]}"
export SRCDIR=$(dirname "${BASH_SOURCE[0]}")
export TOPNAME="Android.bp"
export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in"
+export RUN_TESTS="-t"
case $(uname) in
Linux)