mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Added shebangs to ios unit test scripts. (#9464)
This commit is contained in:
parent
56954457a5
commit
183a76b38d
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
pushd $PWD
|
||||
cd ../../../..
|
||||
./flutter/tools/gn --ios --simulator --unoptimized
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
FLUTTER_ENGINE=ios_debug_sim_unopt
|
||||
|
||||
if [ $# -eq 1 ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user