зеркало из https://github.com/mozilla/stoneridge.git
Fix incorrect config variable
Had renamed stoneridge.tests -> stoneridge.testroot, but forgot to change that in the runner.
This commit is contained in:
Родитель
ad165755fa
Коммит
67845e1ba0
|
@ -28,7 +28,7 @@ class StoneRidgeRunner(object):
|
|||
logging.debug('requested tests: %s' % (tests,))
|
||||
logging.debug('heads: %s' % (heads,))
|
||||
|
||||
self.testroot = stoneridge.get_config('stoneridge', 'tests')
|
||||
self.testroot = stoneridge.get_config('stoneridge', 'testroot')
|
||||
|
||||
def _build_testlist(self):
|
||||
"""Return a list of test file names, all relative to the test root.
|
||||
|
|
Загрузка…
Ссылка в новой задаче