Commit 394e9efb by Adam Palay Committed by Usman Khalid

make sure new lms/tests.py file is run

parent 12c2e1bf
......@@ -33,6 +33,10 @@ def run_tests(system, report_dir, test_id=nil, stop_on_failure=true)
default_test_id += " #{system}/lib/*"
end
if system == :lms
default_test_id += " #{system}/tests.py"
end
if test_id.nil?
test_id = default_test_id
......
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