forked from Github_Repos/cvw
fixed lint autofailing due to no log being produced in regression-wally
This commit is contained in:
parent
79c28d34dc
commit
11e703c8c0
@ -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"
|
||||
)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user