mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
try 10 times (flutter/engine#15653)
This commit is contained in:
parent
cdf45aa737
commit
010b6224cd
@ -34,10 +34,12 @@ trap reboot EXIT
|
||||
./fuchsia_ctl -d $device_name pave -i $1
|
||||
|
||||
# TODO(gw280): Enable tests using JIT runner
|
||||
./fuchsia_ctl -d $device_name test \
|
||||
-f flutter_aot_runner-0.far \
|
||||
-f flutter_runner_tests-0.far \
|
||||
-t flutter_runner_tests
|
||||
for i in {1..10}; do
|
||||
./fuchsia_ctl -d $device_name test \
|
||||
-f flutter_aot_runner-0.far \
|
||||
-f flutter_runner_tests-0.far \
|
||||
-t flutter_runner_tests && break || sleep 15;
|
||||
done
|
||||
|
||||
./fuchsia_ctl -d $device_name test \
|
||||
-f fml_tests-0.far \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user