X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FKERNEL_PY%2Fkernel%2Fpyunittester.py;h=fc056f1f89172901bf630440fd3c00dae6e31b6d;hb=4b14a3f48efda72f90b88c78c6ae02153631dfd6;hp=76e79d0ae246940f6e05905f124ce886091adc61;hpb=dac5e4d5c8f771e0cedb7caa5292bc54be5ca89a;p=modules%2Fkernel.git diff --git a/src/KERNEL_PY/kernel/pyunittester.py b/src/KERNEL_PY/kernel/pyunittester.py index 76e79d0ae..fc056f1f8 100644 --- a/src/KERNEL_PY/kernel/pyunittester.py +++ b/src/KERNEL_PY/kernel/pyunittester.py @@ -75,7 +75,7 @@ class PyUnitTester(): for suite in self.__listTestSuite: runner.run(suite) - # Finally close the ouput stream and print the report + # Finally close the output stream and print the report logfile.close() self.printreport()