summaryrefslogtreecommitdiffstats
path: root/tester/rt/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/test.py')
-rw-r--r--tester/rt/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/test.py b/tester/rt/test.py
index c3d8069..8a1eb9c 100644
--- a/tester/rt/test.py
+++ b/tester/rt/test.py
@@ -72,7 +72,7 @@ class test(object):
if not path.isdir(rtems_tools_bin):
raise error.general('cannot find RTEMS tools path: %s' % (rtems_tools_bin))
self.opts.defaults['rtems_tools'] = rtems_tools_bin
- self.config = config.file(index, self.report, self.bsp_config, self.opts)
+ self.config = config.file(index, total, self.report, self.bsp_config, self.opts)
def run(self):
if self.config: