test: f4pga-* wrappers were removed in 22910261
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
a4ff811f4e
commit
186ca3862f
|
@ -4,18 +4,6 @@ from sys import stdout, stderr
|
|||
from subprocess import check_call
|
||||
|
||||
|
||||
@mark.xfail
|
||||
@mark.parametrize("wrapper", ['place', 'route', 'synth', 'write-fasm'])
|
||||
def test_wrapper(wrapper):
|
||||
print(f"\n::group::Test {wrapper}")
|
||||
stdout.flush()
|
||||
stderr.flush()
|
||||
try:
|
||||
check_call(f"f4pga-{wrapper}")
|
||||
finally:
|
||||
print("\n::endgroup::")
|
||||
|
||||
|
||||
@mark.xfail
|
||||
@mark.parametrize(
|
||||
"wrapper",
|
||||
|
|
Loading…
Reference in New Issue