From a0e67cd0ad23d2111afe07fe685991d47cfda5f4 Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 30 Apr 2015 17:20:02 +0200 Subject: TestAll: Coverage mode was broken --- test/utils/testset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils') 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" -- cgit 1.4.1