Skip to content
Snippets Groups Projects
Commit b2b23fa9 authored by Will Daly's avatar Will Daly Committed by Adam Palay
Browse files

Pass in harvest args to fasttest_acceptance, not the args array

parent 51fcb524
No related merge requests found
......@@ -111,7 +111,7 @@ TEST_TASK_DIRS = []
desc "Run acceptance tests"
task "test_acceptance_#{system}", [:harvest_args] => [:clean_test_files, "#{system}:gather_assets:acceptance"] do |t, args|
setup_acceptance_db(system)
Rake::Task["fasttest_acceptance_#{system}"].invoke(*args)
Rake::Task["fasttest_acceptance_#{system}"].invoke(args.harvest_args)
end
desc "Run acceptance tests without collectstatic or database migrations"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment