Skip to content

Commit

Permalink
Added shebangs to ios unit test scripts. (#9464) (#9636)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkert committed Jul 1, 2019
1 parent 19e6643 commit b1cb0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/ios/IosUnitTests/build_and_run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
pushd $PWD
cd ../../../..
./flutter/tools/gn --ios --simulator --unoptimized
Expand Down
1 change: 1 addition & 0 deletions testing/ios/IosUnitTests/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
FLUTTER_ENGINE=ios_debug_sim_unopt

if [ $# -eq 1 ]; then
Expand Down

0 comments on commit b1cb0d9

Please sign in to comment.