Commit 329c22ff authored by Jan Kiene's avatar Jan Kiene
Browse files

avoid double record of max enc diff

parent ad787f2c
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -258,6 +258,8 @@ def test_param_file_tests(
            print("")
            cmp_result_msg += enc_test_result_msg

            # avoid double recording of the encoder diff
            if encoder_only:
                props = parse_properties(cmp_result_msg, False, [MAX_ENC_DIFF])
                for k, v in props.items():
                    dut_encoder_frontend.record_property(k, v)