Commit f5f085e3 authored by Fabian Müller's avatar Fabian Müller
Browse files

Make stats output visible after command exited

parent eb6212c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -628,3 +628,6 @@ if __name__ == "__main__":
        if not args.analyse_only:
            conformance.runTag(tag)
        conformance.doAnalysis(selectTag=tag)

    # final \n makes sure that the output from stat() is readable after the command terminates
    print()