Skip to content
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

--file-root is not taken into account for --output option #2445

Closed
jcamiel opened this issue Feb 24, 2024 · 0 comments · Fixed by #2462
Closed

--file-root is not taken into account for --output option #2445

jcamiel opened this issue Feb 24, 2024 · 0 comments · Fixed by #2462
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Feb 24, 2024

With the file foo.hurl:

GET https://foo.com
[Options]
output: foo.out

Run with --file-root options:

$ hurl --file-root /tmp foo.hurl

The response should be write to /tmp/foo.out

Hurl 4.2.0 writes the response to the current directory, not taken --file-root into account.

@jcamiel jcamiel added the bug Something isn't working label Feb 24, 2024
@jcamiel jcamiel added this to the 4.3.0 milestone Feb 24, 2024
@jcamiel jcamiel self-assigned this Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant