mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fixed lint autofailing due to no log being produced in regression-wally
This commit is contained in:
parent
6c237e43d8
commit
3b4286ec33
@ -40,7 +40,7 @@ configs = [
|
|||||||
TestCase(
|
TestCase(
|
||||||
name="lints",
|
name="lints",
|
||||||
variant="all",
|
variant="all",
|
||||||
cmd="./lint-wally &> {}",
|
cmd="./lint-wally | tee {}",
|
||||||
grepstr="All lints run with no errors or warnings"
|
grepstr="All lints run with no errors or warnings"
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user