3
0
Fork 0
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:
Miodrag Milanovic 2026-03-25 11:46:08 +01:00
parent 9c3d79b041
commit a490f1c3c4
13 changed files with 63 additions and 64 deletions

View file

@ -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)