Skip to content
Snippets Groups Projects
Commit 7ca92f25 authored by Calen Pennington's avatar Calen Pennington
Browse files

Enable randomization (but not concurrency) in LMS unit tests

parent cfd16207
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ class SystemTestSuite(NoseTestSuite):
self.processes = int(self.processes)
if self.randomize is None:
self.randomize = False
self.randomize = self.root == 'lms'
if self.processes != 0 and self.verbosity > 1:
print colorize(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment