Commit b806590e authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile spec:rebuild_integration_after_folders] clean hg source

parent 70e18447
...@@ -280,7 +280,7 @@ namespace :spec do ...@@ -280,7 +280,7 @@ namespace :spec do
# Remove files not used for the comparison # Remove files not used for the comparison
# To keep the git diff clean # To keep the git diff clean
FileList['spec/integration/*/after/{Podfile,**/*.xcodeproj}'].each do |to_delete| FileList['spec/integration/*/after/{Podfile,**/*.xcodeproj,PodTest-hg-source}'].each do |to_delete|
sh "rm -rf #{to_delete}" sh "rm -rf #{to_delete}"
end end
end end
......
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