Make sure to run :predjango before gather_assets so that the xmodule_assets command is set up

This commit is contained in:
Calen Pennington
2013-04-24 15:30:16 -04:00
parent 9d94adbd1f
commit 1371fe0308

View File

@@ -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.