mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 21:57:47 +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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue