summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rteval/rteval.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index aa920b1..3e2120d 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -680,6 +680,7 @@ class RtEval(object):
self.loads.append(m.create(self.config.GetSection(m.__name__)))
if not onlyload:
+ self.config.AppendConfig('cyclictest', params)
self.info("setting up cyclictest")
self.cyclictest = cyclictest.Cyclictest(params=self.config.GetSection('cyclictest'))