Skip to content

Commit 4bc8637

Browse files
author
Jiuyue Ma
committed
Makefile: Fix wrong dependency of "integration" target
Change dependency of integration to runcimage. Signed-off-by: Jiuyue Ma <[email protected]>
1 parent 10da74a commit 4bc8637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unittest: runcimage
5959
localunittest: all
6060
go test -timeout 3m -tags "$(BUILDTAGS)" ${TESTFLAGS} -v ./...
6161

62-
integration: runctestimage
62+
integration: runcimage
6363
docker run -e TESTFLAGS -t --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localintegration
6464

6565
localintegration: all

0 commit comments

Comments
 (0)