Commit 45e12570 authored by Rafael Monnerat's avatar Rafael Monnerat

Drop useless block

parent 2295ee12
......@@ -106,11 +106,6 @@ class SlapUnitTestRecipe(GenericBaseRecipe):
prepend_path=self.options['prepend-path'],
)
common_list = []
run_unit_test_path = self.createPythonScript(self.options['run-unit-test'],
__name__ + '.test.runUnitTest', [dict(
call_list=[self.options['run-unit-test-binary'],
] + common_list, **common_dict)])
path_list.append(run_unit_test_path)
path_list.append(self.createPythonScript(self.options['run-test-suite'],
__name__ + '.test.runTestSuite', [dict(
......
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