Added shebangs to ios unit test scripts. (flutter/engine#9464)

This commit is contained in:
gaaclarke 2019-06-24 14:02:38 -07:00 committed by GitHub
parent 110c63afaf
commit 7490ffddf1
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
pushd $PWD
cd ../../../..
./flutter/tools/gn --ios --simulator --unoptimized

View File

@ -1,3 +1,4 @@
#!/bin/sh
FLUTTER_ENGINE=ios_debug_sim_unopt
if [ $# -eq 1 ]; then