fixed lint autofailing due to no log being produced in regression-wally

This commit is contained in:
slmnemo 2022-05-19 18:30:59 -07:00
parent 79c28d34dc
commit 11e703c8c0

View file

@ -40,7 +40,7 @@ configs = [
TestCase(
name="lints",
variant="all",
cmd="./lint-wally &> {}",
cmd="./lint-wally | tee {}",
grepstr="All lints run with no errors or warnings"
)
]