[fuchsia] fix run_integration_test.sh (flutter/engine#41668)

This updates the `fx serve` check to reflect the current state of
Fuchsia's package serving.
This commit is contained in:
Ian McKellar 2023-05-02 16:44:37 -07:00 committed by GitHub
parent c1c55658bc
commit cc02c8d27e

View File

@ -34,7 +34,7 @@ then
fi
# This script currently requires running `fx serve`.
if [[ -z "$(pgrep -f 'pm serve')" ]]
if [[ -z "$(pgrep -f 'package-tool')" ]]
then
engine-error "This script currently requires running 'fx serve' first."
exit 1