-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use output option source line for output error
- Loading branch information
1 parent
a90f30f
commit cf449fd
Showing
5 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
error: Unauthorized file access | ||
--> tests_failed/output_unauthorized.hurl:1:1 | ||
--> tests_failed/output_unauthorized.hurl:4:9 | ||
| | ||
1 | GET http://localhost:8000/hello | ||
| ^ unauthorized access to file ../build/output1, check --file-root option | ||
| GET http://localhost:8000/hello | ||
| ... | ||
4 | output: ../build/output2 | ||
| ^^^^^^^^^^^^^^^^ unauthorized access to file ../build/output2, check --file-root option | ||
| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
GET http://localhost:8000/hello | ||
[Options] | ||
output: ../build/output1 | ||
output: ../build/output2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters