Skip to content

Commit

Permalink
fix some test infra
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 5, 2024
1 parent 890724b commit fcf6600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/bazel_testrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function create_new_workspace() {
mkdir -p "${new_workspace_dir}"
cd "${new_workspace_dir}"

rules_apple_path=$(resolve_external_repository build_bazel_rules_apple)
rules_apple_path=$(resolve_external_repository rules_apple)

touch MODULE.bazel
cat > MODULE.bazel <<EOF
Expand Down Expand Up @@ -140,5 +140,5 @@ if [[ -z "$XCODE_QUERY" ]]; then
printf "of Xcode.\n" >> "$TEST_log"
fi
source "$(rlocation build_bazel_rules_apple/test/apple_shell_testutils.sh)"
source "$(rlocation build_bazel_rules_apple/test/${test_script})"
source "$(rlocation rules_apple/test/apple_shell_testutils.sh)"
source "$(rlocation rules_apple/test/${test_script})"

0 comments on commit fcf6600

Please sign in to comment.