X-Git-Url: http://nitlanguage.org diff --git a/src/testing/testing_suite.nit b/src/testing/testing_suite.nit index 59b4499..6a10288 100644 --- a/src/testing/testing_suite.nit +++ b/src/testing/testing_suite.nit @@ -145,6 +145,9 @@ class TestSuite for case in test_cases do case.run var after_module = self.after_module if not after_module == null then after_module.run + for case in test_cases do + print case.to_screen + end end # Write the test unit for `self` in a nit compilable file. @@ -254,17 +257,13 @@ class TestCase var test_file = test_suite.test_file var res_name = "{test_file}_{method_name.escape_to_c}" var res = toolcontext.safe_exec("{test_file}.bin {method_name} > '{res_name}.out1' 2>&1 '{res_name}.diff' 2>&1