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
One use case for Smoke is to simply provide many different potential input and output files, and compare them. However, it gets old doing the following:
This would detect the glob expression in stdin.file, and expand it to the long form above, using % as the placeholder for the pattern matched by *.
SamirTalwar
changed the title
Support for glob expressions or another way to run the same kind of test on many files
Support for a way to run the same kind of test on many files
Jul 26, 2020
One use case for Smoke is to simply provide many different potential input and output files, and compare them. However, it gets old doing the following:
Not only is it monotonous, but error-prone.
@jaspervdj suggested finding a better way to avoid this repetition, just like goldplate does.
The text was updated successfully, but these errors were encountered: