Skip to content
Snippets Groups Projects
Commit fbea4c97 authored by Ed Coyne's avatar Ed Coyne Committed by CQ bot account: commit-bot@chromium.org
Browse files

[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
parent f9a0d908
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment