mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Added shebangs to ios unit test scripts. (flutter/engine#9464)
This commit is contained in:
parent
110c63afaf
commit
7490ffddf1
@ -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