forked from firka/flutter
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user