run_loop 2.1.1.pre3 → 2.1.1.pre4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/run_loop/version.rb +1 -1
- data/lib/run_loop/xcuitest.rb +4 -7
- data/scripts/run_loop_host.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a58fe1295ca175dc597c3519289a362e94e3575
|
4
|
+
data.tar.gz: 190e2c88f05f9f849ec7214ca52b0657abfcb57c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 787e8c752f4bc06d49e765e8c442eae0d47a60867fc3db85e0e39aef515c1a7fb4c568db743f4dfe968cd053c008107368bc9d1f8ecf9324b90107daf84c2911
|
7
|
+
data.tar.gz: 89dcc0de4027a620362d6e5e772719e7d30ca2b9335e6f2b832b9bccdffb04d5974fc91e4d91ec5722debb3834d8c160db16648679b4845570d73c2a5aaac7f1
|
data/lib/run_loop/version.rb
CHANGED
data/lib/run_loop/xcuitest.rb
CHANGED
@@ -44,12 +44,9 @@ module RunLoop
|
|
44
44
|
end
|
45
45
|
|
46
46
|
# @!visibility private
|
47
|
-
def self.
|
48
|
-
path = File.join(XCUITest.dot_dir, "
|
49
|
-
|
50
|
-
if !File.exist?(path)
|
51
|
-
FileUtils.touch(path)
|
52
|
-
end
|
47
|
+
def self.xcodebuild_log_file
|
48
|
+
path = File.join(XCUITest.dot_dir, "xcodebuild.log")
|
49
|
+
FileUtils.touch(path) if !File.exist?(path)
|
53
50
|
path
|
54
51
|
end
|
55
52
|
|
@@ -314,7 +311,7 @@ module RunLoop
|
|
314
311
|
"test"
|
315
312
|
]
|
316
313
|
|
317
|
-
log_file = XCUITest.
|
314
|
+
log_file = XCUITest.xcodebuild_log_file
|
318
315
|
|
319
316
|
options = {
|
320
317
|
:out => log_file,
|
data/scripts/run_loop_host.js
CHANGED
@@ -23,7 +23,7 @@ var _expectedIndex = 0,//expected index of next command
|
|
23
23
|
<%= render_template("lib/on_alert.js"); %>
|
24
24
|
|
25
25
|
UIATarget.onAlert = function (alert) {
|
26
|
-
Log.output({"output":"on alert");
|
26
|
+
Log.output({"output":"on alert"});
|
27
27
|
var target = UIATarget.localTarget();
|
28
28
|
target.pushTimeout(10);
|
29
29
|
function dismissPrivacyAlert(retry_count) {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: run_loop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.1.
|
4
|
+
version: 2.1.1.pre4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|