File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,7 @@ on run argv
16
16
17
17
18
18
19
-
20
-
21
-
22
-
23
-
24
-
25
- set iOSVersion to " 7.0"
19
+ set iOSVersion to " 7.0.3"
26
20
27
21
setupFolders()
28
22
@@ -52,7 +46,7 @@ on run argv
52
46
53
47
repeat with currentSubfolder in subFiles
54
48
-- inside the app
55
- if (currentSubFolder as string ) contains appName then
49
+ if (currentSubFolder as string ) contains ( appName & " .app " ) then
56
50
set appFolderName to currentSubFolder
57
51
end if
58
52
end repeat
@@ -97,6 +91,7 @@ on run argv
97
91
do shell script " ./changeLanguage " & currentLang
98
92
logEvent(" Changed language to " & currentLang)
99
93
94
+ logEvent(" Executing " & automationTemplate & " \" " & unixPathToApplication & " \" -e UIASCRIPT \" " & scriptName & " \" -e UIARESULTSPATH Results" )
100
95
set currentResults to do shell script automationTemplate & " \" " & unixPathToApplication & " \" -e UIASCRIPT \" " & scriptName & " \" -e UIARESULTSPATH Results"
101
96
102
97
if (currentResults as string ) contains " Fail:" then
You can’t perform that action at this time.
0 commit comments