mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
fixed lint autofailing due to no log being produced in regression-wally
This commit is contained in:
parent
79c28d34dc
commit
11e703c8c0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue