-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix issue of goal command interacting with filename containing d…
…ot (#424) * fix: fixed issue with filename containing dot * fix: make the regex simpler
- Loading branch information
1 parent
40765e7
commit 22ece81
Showing
3 changed files
with
55 additions
and
1 deletion.
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
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
9 changes: 9 additions & 0 deletions
9
..._goal.test_goal_simple_args_with_input_output_files_with_dot_convention_name.approved.txt
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DEBUG: Running 'docker version' in '{current_working_directory}' | ||
DEBUG: docker: STDOUT | ||
DEBUG: docker: STDERR | ||
DEBUG: Running 'docker compose ls --format json --filter name=algokit_sandbox*' in '{current_working_directory}' | ||
DEBUG: docker: [] | ||
DEBUG: Running 'docker compose ps algod --format json' in '{app_config}/sandbox' | ||
DEBUG: docker: [{"Name": "algokit_sandbox_algod", "State": "running"}] | ||
DEBUG: Running 'docker exec --interactive --workdir /root algokit_sandbox_algod goal clerk compile /root/goal_mount/contract.approval.teal -o /root/goal_mount/approval.compiled' in '{current_working_directory}' | ||
File compiled |
22ece81
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report