diff --git a/engine/src/flutter/tools/fuchsia/devshell/run_integration_test.sh b/engine/src/flutter/tools/fuchsia/devshell/run_integration_test.sh index 831f077a9ae..bdd51edbb12 100755 --- a/engine/src/flutter/tools/fuchsia/devshell/run_integration_test.sh +++ b/engine/src/flutter/tools/fuchsia/devshell/run_integration_test.sh @@ -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