Skip to content

Commit 0bdaffa

Browse files
Fix auto-detection of source code paths when running tests debug (#450)
1 parent f67492f commit 0bdaffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.debug

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TESTS_ROOT_PATH="."
55

66
RUN go install github.com/go-delve/delve/cmd/dlv@latest
77

8-
WORKDIR /app/
9-
ADD . /app/
8+
WORKDIR /go/src/github.com/arangodb/go-driver
9+
ADD . /go/src/github.com/arangodb/go-driver/
1010

1111
RUN cd $TESTS_ROOT_PATH && go test -gcflags "all=-N -l" -c -o /test_debug.test $TESTS_DIRECTORY

0 commit comments

Comments
 (0)