Commit 5f404ba2 by Minh-Tue Vo

Merge pull request #4395 from edx/mvo/unittests_alone

Setting default system to be lms in unittests
parents 3d409cf3 be3c517f
......@@ -48,6 +48,8 @@ def test_system(options):
if test_id:
if not system:
system = test_id.split('/')[0]
if system == 'common':
system = 'lms'
opts['test_id'] = test_id
if test_id or system:
......
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