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

Add task for running mitx tests

parent 7b4cc109
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ PACKAGE_REPO = "packages@gp.mitx.mit.edu:/opt/pkgrepo.incoming"
CLOBBER.include('build')
CLEAN.include("#{BUILD_DIR}/*.deb", "#{BUILD_DIR}/util")
task :test do
sh("django-admin.py test --settings=envs.dev --pythonpath=. $(ls djangoapps)")
end
task :package do
FileUtils.mkdir_p(BUILD_DIR)
......
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