thoni56 / jregr

Regression testing of program output to expected
1 stars 0 forks source link

Using wildcards creates bogus test cases #6

Open thoni56 opened 3 years ago

thoni56 commented 3 years ago

If you use

jregr a*

in a typical regression directory Jregr thinks that all files in the command line are test cases and typically create atest.a3c.output.

It should be intelligent enough to at least ignore files that does not match the extension defined for the directory.