Commit be3c517f by Minh Tue Vo

setting default system to be lms

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