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

Commit cf93cc7

Browse files
committed
make CI script for scenario consistent between ios and host
1 parent 84aa31b commit cf93cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/scenario_app/build_and_run_ios_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ if [ ! -d "out/$FLUTTER_ENGINE" ]; then
1919
echo "You must GN to generate out/$FLUTTER_ENGINE"
2020
echo "Example: "
2121
echo " ./flutter/tools/gn --ios --simulator --unoptimized"
22-
echo " ./flutter/tools/gn --unoptimized"
23-
echo "to create out/ios_debug_sim_unopt and out/host_debug_unopt."
22+
echo " ./flutter/tools/gn --simulator --unoptimized"
23+
echo "to create out/ios_debug_sim_unopt and out/host_debug_sim_unopt."
2424
exit 1
2525
fi
2626

2727
autoninja -C out/$FLUTTER_ENGINE
2828

2929
popd
3030

31-
./compile_ios_jit.sh ../../../out/host_debug_unopt ../../../out/$FLUTTER_ENGINE/clang_x64
31+
./compile_ios_jit.sh ../../../out/"${FLUTTER_ENGINE/ios_/host_}" ../../../out/$FLUTTER_ENGINE/clang_x64
3232

3333
./run_ios_tests.sh $FLUTTER_ENGINE

0 commit comments

Comments
 (0)