Closed ahelwer closed 4 months ago
What does the minor script fix do?
Sometimes (varies depending on OS and also way in which the process terminated) stdout is given in bytes, and sometimes it's given as a string. So this just ensures it's always printed out as a string in the smoke testing script.
I'd suggest to make that the git commit message for that particular change.
Sure, I will put that in the squash commit message.
Print out TLC command line call in smoke testing script and decode TLC output as UTF-8 if necessary. Ref #119