From 06432397888660d7cde112641ef1f3a7afe2e873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhold=20B=C3=B6hm?= Date: Wed, 5 Oct 2022 12:49:15 +0200 Subject: [PATCH] pytest prepare script: allow ref folder to be present --- tests/prepare_pytests.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/prepare_pytests.py b/tests/prepare_pytests.py index d1f7495f07..8f6b20065e 100755 --- a/tests/prepare_pytests.py +++ b/tests/prepare_pytests.py @@ -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( -- GitLab