未验证 提交 a48ac35f 编写于 作者: D Dan Field 提交者: GitHub

try 10 times (#15653)

上级 bc41ab51
......@@ -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 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册