File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,9 @@ if [ $# -eq 1 ]; then
88 FLUTTER_ENGINE=$1
99fi
1010
11- PRETTY=" cat"
12- if which xcpretty; then
13- PRETTY=" xcpretty"
14- fi
15-
1611set -o pipefail && xcodebuild -sdk iphonesimulator \
1712 -scheme IosUnitTests \
1813 -destination ' platform=iOS Simulator,name=iPhone 8' \
1914 test \
20- FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY
21-
15+ FLUTTER_ENGINE=$FLUTTER_ENGINE
2216popd
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ if [ $# -eq 1 ]; then
88 FLUTTER_ENGINE=$1
99fi
1010
11- PRETTY=" cat"
12- if which xcpretty; then
13- PRETTY=" xcpretty"
14- fi
15-
1611cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd
1712
1813# Delete after LUCI push.
@@ -24,6 +19,5 @@ set -o pipefail && xcodebuild -sdk iphonesimulator \
2419 -scheme Scenarios \
2520 -destination ' platform=iOS Simulator,name=iPhone 8' \
2621 test \
27- FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY
28-
22+ FLUTTER_ENGINE=$FLUTTER_ENGINE
2923popd
You can’t perform that action at this time.
0 commit comments