usnews/smoketest

Consider supporting stdin input for Smoketest

mcbridem opened this issue · 0 comments

We currently support this:

$ smoketest -vv test.txt

But as far as I know Smoketest does not support this:

$ cat test.txt | smoketest -vv

Or even this:

$ smoketest -vv < test.txt

Maybe it should.