Skip to content

Commit

Permalink
Add query_all_entities task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rockwell committed Jun 21, 2011
1 parent 6095dba commit 6bec923
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ task :remove_non_uf_orgs do
remove_file("#{query_files[:organization_sub_contracted]}.nt")
end

task :test_remove do
remove_file("~/dev/remove_data/test_remove.nt")
task :query_all_entities do
query_files.each do |name, file|
puts "Running #{file}"
system("date")
run_query(file)
end
end

0 comments on commit 6bec923

Please sign in to comment.