This commit is contained in:
Dan Field 2020-01-14 17:58:07 -08:00 committed by GitHub
parent cdf45aa737
commit 010b6224cd

View File

@ -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 \