You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
note, in this case GIT_WORK_TREE is exported by the ${TESTDIR}/setup command as an input variable for my-cmd
In general I expect this to be helpfull wherever the command output is based on an env variable and supporting only the most basic expansion like ${VAR}, no ${VAR:-foo} etc would go a long way.
The text was updated successfully, but these errors were encountered:
hi, I have not given this much thought yet but it would probably be nice to have a simple shell expansion in the test case.
For example when tesing a command based on git I have a test case like
while with the available expansion I could have
or possibly
note, in this case GIT_WORK_TREE is exported by the ${TESTDIR}/setup command as an input variable for
my-cmd
In general I expect this to be helpfull wherever the command output is based on an env variable and supporting only the most basic expansion like ${VAR}, no ${VAR:-foo} etc would go a long way.
The text was updated successfully, but these errors were encountered: