You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rq_cxl_tests.sh: stop losing lines longer than 1024 bytes
Fix dumpfile() to split lines longer than 1024 lines. They were silently
dropped; the "invalid write" message was generally lost in the various
redirections.
Also define IFS= to stop trimming whitespace and use the filename as a
message prefix.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
0 commit comments