Change local project name to use generic ${PROJECT_NAME} instead (oops! ;)

This commit is contained in:
Joshua Greene 2016-03-18 12:30:16 -05:00
parent 0b404a4e5c
commit f91c735e4e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ INPUT_DIR="./${PROJECT_NAME}"
echo "Mocks Input Directory = ${INPUT_DIR}"
# Generate mock files; include as many input files as you'd like to create mocks for
cuckoo generate --runtime $CUCKOO_VERSION --testable EyeSightEnvironments \
cuckoo generate --runtime $CUCKOO_VERSION --testable ${PROJECT_NAME} \
--output ${OUTPUT_FILE} \
${INPUT_DIR}/FileName1.swift \
${INPUT_DIR}/FileName2.swift \