Commit cc0abbd2 authored by BOHMRR's avatar BOHMRR
Browse files

Merge branch '144-pytest-follow-up' into 'main'

pytest prepare script: allow ref folder to be present

See merge request !171
parents 871bde35 06432397
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -77,13 +77,6 @@ def main(argv):

    use_dut_binaries = False

    # check for existing references
    if os.path.exists(REFERENCE_DIR):
        sys.exit(
            f"Found existing references directory {REFERENCE_DIR}.\n"
            "Please delete this directory if you want the references to be recreated."
        )

    # check for DUT binaries
    if not os.path.exists(DEFAULT_ENCODER_DUT) or not os.path.exists(DEFAULT_DECODER_DUT):
        sys.exit(