Commit 371f7ca4 by Christine Lytwynec

fix extra_args for lib tests

parent 35b6e15d
...@@ -161,7 +161,7 @@ class LibTestSuite(NoseTestSuite): ...@@ -161,7 +161,7 @@ class LibTestSuite(NoseTestSuite):
def cmd(self): def cmd(self):
cmd = ( cmd = (
"nosetests --id-file={test_ids} {test_id} {test_opts} " "nosetests --id-file={test_ids} {test_id} {test_opts} "
"--with-xunit --xunit-file={xunit_report} {extra}" "--with-xunit --xunit-file={xunit_report} {extra} "
"--verbosity={verbosity}".format( "--verbosity={verbosity}".format(
test_ids=self.test_ids, test_ids=self.test_ids,
test_id=self.test_id, test_id=self.test_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment