Update the doc and use "true" as base command for the metadata test #184
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Was thinking about common-workflow-language/common-workflow-language#743, and my initial thought was to use the output of
--pack metadata.cwlwhich would include the metadata. But couldn't figure out a way to reference that in the test output (tried to think in a way to use some JS expression for that, but I don't think the metadata is loaded in the JS expr context.)So I went with the other alternative mentioned in the issue, updating the test documentation to show the intention of testing the metadata. I think the previous doc could be misleading, making the reader think it was about printing the output of
catand maybe using it in the test…Or maybe there's some better way to update that test?