[fuchsia] Pass device name to the drive comand. (#50290)

This commit is contained in:
Kaushik Iska 2020-02-06 12:04:08 -08:00 committed by GitHub
parent 13e30aaec6
commit b16fd13f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,4 +75,4 @@ find $flutter_dir -name ".packages" | xargs rm
cd $flutter_dir/dev/benchmarks/test_apps/stocks/
$flutter_bin pub get
$flutter_bin drive -v --target=test_driver/stock_view.dart
$flutter_bin drive -v -d $device_name --target=test_driver/stock_view.dart