Commit f4c1affb authored by Jan Kiene's avatar Jan Kiene
Browse files

re-enable suffix for ref comparison

parent a60dd45d
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -270,8 +270,8 @@ def run_full_chain_split_rendering(
        # run split renderer
        cmd = SPLIT_POST_REND_CMD[:]

        # if test_info.config.option.create_ref:
        #    cmd[0] += BIN_SUFFIX_MERGETARGET
        if test_info.config.option.create_ref:
            cmd[0] += BIN_SUFFIX_MERGETARGET
        cmd[0] += binary_suffix
        cmd[4] = str(split_bitstream)
        cmd[6] = renderer_fmt
@@ -416,8 +416,8 @@ def run_external_split_rendering(
        # run split renderer
        cmd = SPLIT_POST_REND_CMD[:]

        # if test_info.config.option.create_ref:
        #    cmd[0] += BIN_SUFFIX_MERGETARGET
        if test_info.config.option.create_ref:
            cmd[0] += BIN_SUFFIX_MERGETARGET
        cmd[0] += binary_suffix
        cmd[4] = str(split_bitstream)
        cmd[6] = renderer_fmt