We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6acf436 + f47bfa0 commit a3073f4Copy full SHA for a3073f4
run_test.sh
@@ -20,12 +20,12 @@ if [[ $IOS = "TRUE" ]]; then
20
sed -i.tmp "s/JOB_NUMBER_REPLACE_ME/${TRAVIS_JOB_NUMBER}/g" $FILE
21
22
xcodebuild -project AlgoliaSearch.xcodeproj -scheme "AlgoliaSearch iOS" \
23
- -sdk "$SDK" -destination "$VERSION" test | xcpretty -c
+ -sdk "$SDK" -destination "$VERSION" test
24
25
mv $FILE.bak $FILE
26
rm $FILE.tmp
27
else
28
echo "Run OS X test..."
29
xcodebuild -project AlgoliaSearch.xcodeproj -scheme "AlgoliaSearch OSX" \
30
- test | xcpretty -c
+ test
31
fi
0 commit comments