Skip to content

Commit 2250f52

Browse files
committed
debug
1 parent 78646e4 commit 2250f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/git_misc_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ func TestAgitPullPush(t *testing.T) {
105105
"-o", "title=test-title", "-o", "description=test-description",
106106
"HEAD:refs/for/master/test-agit-push",
107107
).Run(git.DefaultContext, &git.RunOpts{Dir: dstPath})
108+
t.Logf("====================================> ERROR: %+v", err)
108109
assert.NoError(t, err)
109110

110111
// check pull request exist

0 commit comments

Comments
 (0)