Skip to content
Snippets Groups Projects
Commit e43c2bd4 authored by Calen Pennington's avatar Calen Pennington
Browse files

Merge pull request #1886 from MITx/fix/cale/pre-test-tasks

Make sure to run :predjango before gather_assets so that the xmodule_ass...
parents 9d94adbd 1371fe03
No related merge requests found
......@@ -230,7 +230,7 @@ end
# Per System tasks
desc "Run all django tests on our djangoapps for the #{system}"
task "test_#{system}", [:stop_on_failure] => ["clean_test_files", "#{system}:gather_assets:test", "fasttest_#{system}"]
task "test_#{system}", [:stop_on_failure] => ["clean_test_files", :predjango, "#{system}:gather_assets:test", "fasttest_#{system}"]
# Have a way to run the tests without running collectstatic -- useful when debugging without
# messing with static files.
......
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