-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary and body response output are interleaved when Hurl run multiple files #328
Comments
They are not really interleaved, at least not in the same stream.
The summary should probably be another type of output. We could have something like below
or maybe with an option more explicit
|
Ha, I didn't think about stdout/sdterr ! Without any modification, we could improve the actual output with "flushing" the stdout before writing the summary to stderr ? (don't know if it will change something) |
Summary is now a type of output (#351) and can not be used at the same time than the body response. |
Running this command with Hurl 1.4.0 on macOS:
If we add
--summary
option:The last body response and summary seem to be interleaved.
The text was updated successfully, but these errors were encountered: