Commit 770da975 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/fix-selection-be-ref-creation' into 'main'

Fix selection BE test ref creation

See merge request !872
parents 01917fc5 11ec4b15
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ def run_check(
        add_option_list=options + [str(f) for f in metadata],
    )

    if not is_ref_creation:
        if not is_be_to_ref(dut_bitstream):
            pytest.fail(f"Bitstream file differs from reference")