3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-21 03:13:32 +00:00

Move output redirect to one place

This commit is contained in:
Miodrag Milanovic 2026-03-25 11:46:08 +01:00
parent b3e38daedb
commit d656f5dcdb
13 changed files with 63 additions and 64 deletions

View file

@ -11,7 +11,7 @@ def create_tests():
for ys in yss:
gen_tests_makefile.generate_ys_test(ys)
cmd = [ "python3 frontend.py unix-socket frontend.sock >/dev/null 2>&1" ]
cmd = [ "python3 frontend.py unix-socket frontend.sock" ]
gen_tests_makefile.generate_cmd_test("frontend.py", cmd)
gen_tests_makefile.generate_custom(create_tests)