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

Clean android/ios test scripts after LUCI change #18712

Merged
merged 1 commit into from
Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions testing/ios/IosUnitTests/build_and_run_tests.sh

This file was deleted.

13 changes: 0 additions & 13 deletions testing/ios/IosUnitTests/run_tests.sh

This file was deleted.

3 changes: 0 additions & 3 deletions testing/scenario_app/run_ios_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ if [[ $# -eq 1 ]]; then
FLUTTER_ENGINE="$1"
fi

# Delete after LUCI push.
"$SCRIPT_DIR/compile_ios_jit.sh" "$SRC_DIR/out/host_debug_unopt" "$SRC_DIR/out/$FLUTTER_ENGINE/clang_x64"

cd ios/Scenarios
set -o pipefail && xcodebuild -sdk iphonesimulator \
-scheme Scenarios \
Expand Down