Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main

This commit is contained in:
slmnemo 2022-05-19 18:31:56 -07:00
commit 0afac6904e

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"
)
]