Skip to content

Incorrect order of P4Merge args #372

@RussKie

Description

@RussKie

Preamble

Verify.Xunit v11.18.1

Describe the bug

P4Merge has the following args: $BASE" "$LOCAL" "$REMOTE" "$MERGED", which appears to be reversed by the verifier.

The verifier launched P4MErge with the following command:
"C:\Program Files\Perforce\p4merge.exe" "...received.txt" "....verified.txt" "....verified.txt" "....received.txt", which leads to the following:
image

The command instead must be "C:\Program Files\Perforce\p4merge.exe" "...received.txt" "....received.txt" "....verified.txt" "....verified.txt":
image

Minimal Repro

        [Fact]
        public Task Test()
        {
            return Verifier.Verify("boo");
        }

Submit a PR that fixes the bug

If you point me to the source code I may be able to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions