mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-04 16:10:51 +00:00
Move output redirect to one place
This commit is contained in:
parent
9c3d79b041
commit
a490f1c3c4
13 changed files with 63 additions and 64 deletions
|
|
@ -320,7 +320,7 @@ def create_tests():
|
|||
if i != j:
|
||||
gen_tests_makefile.generate_cmd_test(
|
||||
f"bram_{i}_{j}",
|
||||
f"bash run-single.sh {i} {j} >/dev/null 2>&1"
|
||||
f"bash run-single.sh {i} {j}"
|
||||
)
|
||||
|
||||
gen_tests_makefile.generate_custom(create_tests)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue