It seems like something doesn’t like `@{upstream}`…
Chris Lee
07/26/2023, 7:38 PM
Have walked through the TestKit execution with a debugger - at the time it eventually hits ProcessBuilder (via ExecOps or directly) the args are correct.
v
Vampire
07/26/2023, 9:07 PM
Set a breakpoint the pauses the test when the command would be executed, then investigate the Git repo on the command line. Maybe the current branch does not have an upstream branch configured?
c
Chris Lee
07/26/2023, 9:08 PM
yea. deep into that. It isn’t TestKit, it a bad test-generated Git repo combined with challenging error messages from Git.
You are correct - the upstream is misconfigured.