about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-04-30 17:20:02 +0200
committerAjax <commial@gmail.com>2015-04-30 17:20:02 +0200
commita0e67cd0ad23d2111afe07fe685991d47cfda5f4 (patch)
tree3f7a369b0ce33255030bb3f249ac4c21b23832d0
parent7e9ad339a9a439b083044cbc9c744d50414f35c2 (diff)
downloadmiasm-a0e67cd0ad23d2111afe07fe685991d47cfda5f4.tar.gz
miasm-a0e67cd0ad23d2111afe07fe685991d47cfda5f4.zip
TestAll: Coverage mode was broken
-rw-r--r--test/test_all.py1
-rw-r--r--test/utils/testset.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index f52856a3..a9f7941f 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -1,6 +1,7 @@
 import argparse
 import time
 import os
+import tempfile
 
 from utils.test import Test
 from utils.testset import TestSet
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"