Commit 7ca92f25 by Calen Pennington

Enable randomization (but not concurrency) in LMS unit tests

parent cfd16207
......@@ -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(
......
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