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

Allow Execute Process Assertion to Be Called Without COMMAND Option #82

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jun 3, 2024

This pull request resolves #81 by making the COMMAND option in the assert_execute_process function optional, allowing the function to be called like this:

assert_execute_process("${CMAKE_COMMAND}" -E echo "Hello world!")

@threeal threeal added this to the Version 0.3.0 milestone Jun 3, 2024
@threeal threeal self-assigned this Jun 3, 2024
@threeal threeal force-pushed the assert-exec-proc-without-cmd branch from 42de434 to 4e694ea Compare June 21, 2024 13:04
@threeal threeal marked this pull request as ready for review June 21, 2024 13:05
@threeal threeal added the feat label Jun 21, 2024
@threeal threeal merged commit c28759a into main Jun 21, 2024
2 checks passed
@threeal threeal deleted the assert-exec-proc-without-cmd branch June 21, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Harvested
Development

Successfully merging this pull request may close these issues.

Allow Execute Process Assertion to Be Called Without COMMAND Option
1 participant