summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-02-25 10:58:38 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-02-25 10:58:38 +0000
commit1194f8f6ec6a8825ebefbfae2f45fe4d1a93897d (patch)
tree9652177b7e4a8dc2e50fe39071d5dd12b5be255c
parentd465bb8077a5a938fc4d6e8c283fdfaf63727517 (diff)
parentf7f85d0108e33ed8a7ab15eae05bf5825086a2f2 (diff)
Merge "Unbreak buildbot dx host tests"
-rwxr-xr-xtools/buildbot-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh
index e63e6f122e..d404466121 100755
--- a/tools/buildbot-build.sh
+++ b/tools/buildbot-build.sh
@@ -65,7 +65,7 @@ extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true TEMPORARY_DISABLE_PATH_RESTRIC
if [[ $mode == "host" ]]; then
make_command="make $j_arg $extra_args $showcommands build-art-host-tests $common_targets"
- make_command+=" dx-tests"
+ make_command+=" dx-tests junit-host"
mode_suffix="-host"
elif [[ $mode == "target" ]]; then
if [[ -z "${ANDROID_PRODUCT_OUT}" ]]; then