Skip to content

Commit 3943f19

Browse files
committedApr 29, 2014
Do not sort files
1 parent e7bd82a commit 3943f19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎lib/appium_lib/driver.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ def self.load_appium_txt opts={}
127127
end
128128
end
129129

130-
data[:appium_lib][:require] = files.sort
130+
# Must not sort files. File order is specified in appium.txt
131+
data[:appium_lib][:require] = files
131132
end
132133

133134
data

0 commit comments

Comments
 (0)
Please sign in to comment.