Skip to content

Commit

Permalink
Added correct path to generate .xctest files
Browse files Browse the repository at this point in the history
  • Loading branch information
zuziaka committed Sep 14, 2020
1 parent 8989b72 commit b62fc8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_projects/ios/EarlGreyExample/ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ function earl_grey_example() {

local productsDir="$dir/build/Build/Products"

cp -R "$productsDir/*-iphoneos" "$FLANK_FIXTURES_TMP/"
cp -Rf "$productsDir"/*-iphoneos "$FLANK_FIXTURES_TMP/"

cp "$productsDir/*.xctestrun" "$FLANK_FIXTURES_TMP/"
cp "$productsDir"/*.xctestrun "$FLANK_FIXTURES_TMP/"

cp \
"$productsDir/Debug-iphoneos/EarlGreyExampleTests.xctest/EarlGreyExampleTests" \
"$productsDir/Debug-iphoneos/EarlGreyExampleSwift.app/PlugIns/EarlGreyExampleTests.xctest/EarlGreyExampleTests" \
"$FLANK_FIXTURES_TMP/objc/"

cp \
"$productsDir/Debug-iphoneos/EarlGreyExampleSwiftTests.xctest/EarlGreyExampleSwiftTests" \
"$productsDir/Debug-iphoneos/EarlGreyExampleSwift.app/PlugIns/EarlGreyExampleSwiftTests.xctest/EarlGreyExampleSwiftTests" \
"$FLANK_FIXTURES_TMP/swift/"
;;

Expand Down

0 comments on commit b62fc8f

Please sign in to comment.