Commit ca4c73a9 by Calen Pennington

More trickery to make the build happy about the stable branch

parent 884a127b
......@@ -28,7 +28,10 @@ INSTALL_DIR_PATH = File.join(DEPLOY_DIR, NORMALIZED_DEPLOY_NAME)
CLOBBER.include('build')
CLEAN.include("#{BUILD_DIR}/*.deb", "#{BUILD_DIR}/util")
task :default
task :default do
sh("mkdir -p reports")
sh("touch reports/nosetests.xml")
end
task :test do
sh("django-admin.py test --settings=envs.test --pythonpath=. $(ls djangoapps)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment