mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[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:
parent
c1c55658bc
commit
cc02c8d27e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user