Commit d6f8e491 authored by Fabio Pelosin's avatar Fabio Pelosin

[Integration] Skip execution output check for now

parent 66758af7
...@@ -145,6 +145,9 @@ def check_with_folder(folder) ...@@ -145,6 +145,9 @@ def check_with_folder(folder)
when %r[/xcuserdata/], %r[\.pbxproj$] when %r[/xcuserdata/], %r[\.pbxproj$]
# Projects are compared through the more readable yaml representation # Projects are compared through the more readable yaml representation
next next
when %r[execution_output.txt$]
# TODO The output from the caches changes on Travis
next
end end
it relative_path do it relative_path do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment