Commit fc0058b7 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] split rendering test PLC path issue again

parent 346a671f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ def run_external_split_rendering(

    if test_info.config.option.create_cut:
        # CUT creation mode will run a comparison with REF
        out_file_ref = str(OUTPUT_PATH_REF.joinpath(out_file_stem))
        out_file_ref = OUTPUT_PATH_REF.joinpath(out_file_stem)
        if plc_error_pattern:
            out_file_ref = out_file_ref.with_stem(
                f"{out_file_ref.stem}_plc_{plc_error_pattern.stem}"