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

Silent error when using templatized verbose option #2444

Closed
jcamiel opened this issue Feb 23, 2024 · 0 comments · Fixed by #2449
Closed

Silent error when using templatized verbose option #2444

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

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Feb 23, 2024

When using options verbose with variable within an [Options]section, Hurl sliently fails with a 2 status code (Input File Parsing Error.)

Hurl file:

GET http://localhost:8000/hello
[Options]
verbose: {{verbose}}
HTTP 200

Execution:

$ hurl test.hurl
$ echo $?
2
$
@jcamiel jcamiel added the bug Something isn't working label Feb 23, 2024
@jcamiel jcamiel added this to the 4.3.0 milestone Feb 23, 2024
@jcamiel jcamiel self-assigned this Feb 23, 2024
@jcamiel jcamiel linked a pull request Feb 24, 2024 that will close this issue
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