make sure new lms/tests.py file is run

This commit is contained in:
Adam Palay
2014-04-02 16:47:26 -04:00
committed by Usman Khalid
parent 12c2e1bfee
commit 394e9efbac

View File

@@ -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