Skip to content

Commit f89cd8d

Browse files
authored
Build: enhance Integration testing scripts (#13838)
1 parent 4919a09 commit f89cd8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@ fi
9292

9393
# Convert path to absolute one in case the script is run from another directory.
9494
RESOLVED_GEMFILE="$(realpath ${GEMFILE})"
95-
RESLOVED_PODFILE="$(realpath ${PODFILE})"
95+
RESOLVED_PODFILE="$(realpath ${PODFILE})"
9696

9797
echo "Gemfile = ${RESOLVED_GEMFILE}"
98-
echo "Podfile = ${RESLOVED_PODFILE}"
98+
echo "Podfile = ${RESOLVED_PODFILE}"
9999

100100
# Make sure we build from the project root dir.
101101
scriptDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
102102
pushd "${scriptDir}/.."
103103

104104
prepareBundle "${RESOLVED_GEMFILE}"
105-
prepareCocoapods "${RESLOVED_PODFILE}"
105+
prepareCocoapods "${RESOLVED_PODFILE}"
106106
runXcodebuild
107107

108108
# Recover original directory just in case

0 commit comments

Comments
 (0)