From fbea4c97efa99e7178101eba0788577964f1f151 Mon Sep 17 00:00:00 2001 From: Ed Coyne <edcoyne@google.com> Date: Mon, 13 May 2019 23:49:44 +0000 Subject: [PATCH] [fx] update run-host-tests -z to use build. "fx run-host-tests -z" used the removed command "build-zircon" before running tests. Update it to use the normal "build" which now builds zircon too. Change-Id: Iaaccb01f9155e3989c68c55612cedf0d92ee1224 --- tools/devshell/run-host-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devshell/run-host-tests b/tools/devshell/run-host-tests index 130a53f9c01..51075231a51 100755 --- a/tools/devshell/run-host-tests +++ b/tools/devshell/run-host-tests @@ -39,7 +39,7 @@ function main { if [[ $ZIRCON -eq 1 ]]; then host_test_dir="${ZIRCON_BUILDROOT}/host_tests" - fx-command-run build-zircon "-v" + fx-command-run build "-v" runtests_cmd=("${ZIRCON_TOOLS_DIR}/runtests") if [[ -n "$TEST_NAMES" ]]; then -- GitLab