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:
parent
b3e38daedb
commit
d656f5dcdb
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