Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 050cc76

Browse files
author
Chris Yang
committed
update if else
1 parent ea0eced commit 050cc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/run_ios_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if set -o pipefail && xcodebuild -sdk iphonesimulator \
5959
-destination 'platform=iOS Simulator,OS=16.2,name=iPhone SE (3rd generation)' \
6060
clean test \
6161
FLUTTER_ENGINE="$FLUTTER_ENGINE"; then
62-
echo "scenario test success"
62+
echo "success"
6363
else
6464
echo "cyanglaz scenario test failed"
6565

0 commit comments

Comments
 (0)