This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Commit eeba60c
Fix logs for video-recording (#184)
The log files "video-rec-stderr.log" and "video-rec-stdout.log" seem to contain "^M" characters (carriage-return).
The 'tail' command below doesn't take into account this character. It returns the complete output of the log files. Therefore it needs to be replaced into a proper newline.
This problem is not visible if executed in bash because each line will overwrite the previous line.1 parent 999ca65 commit eeba60c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments