File tree 2 files changed +2
-14
lines changed
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
8
8
FLUTTER_ENGINE=$1
9
9
fi
10
10
11
- PRETTY=" cat"
12
- if which xcpretty; then
13
- PRETTY=" xcpretty"
14
- fi
15
-
16
11
set -o pipefail && xcodebuild -sdk iphonesimulator \
17
12
-scheme IosUnitTests \
18
13
-destination ' platform=iOS Simulator,name=iPhone 8' \
19
14
test \
20
- FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY
21
-
15
+ FLUTTER_ENGINE=$FLUTTER_ENGINE
22
16
popd
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ if [ $# -eq 1 ]; then
8
8
FLUTTER_ENGINE=$1
9
9
fi
10
10
11
- PRETTY=" cat"
12
- if which xcpretty; then
13
- PRETTY=" xcpretty"
14
- fi
15
-
16
11
cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd
17
12
18
13
# Delete after LUCI push.
@@ -24,6 +19,5 @@ set -o pipefail && xcodebuild -sdk iphonesimulator \
24
19
-scheme Scenarios \
25
20
-destination ' platform=iOS Simulator,name=iPhone 8' \
26
21
test \
27
- FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY
28
-
22
+ FLUTTER_ENGINE=$FLUTTER_ENGINE
29
23
popd
You can’t perform that action at this time.
0 commit comments