about summary refs log tree commit diff stats
path: root/test/utils/testset.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/testset.py')
-rw-r--r--test/utils/testset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/testset.py b/test/utils/testset.py
index 97ebeb3d..54df732c 100644
--- a/test/utils/testset.py
+++ b/test/utils/testset.py
@@ -202,7 +202,7 @@ class TestSet(object):
         """Add arguments to used on the test command line
         @args: list of str
         """
-        self.add_additionnal_args += args
+        self.additional_args += args
 
     def run(self):
         "Launch tests"