Skip to content

Commit 7b0b628

Browse files
authored
Merge pull request #1020 from forever043/fix-makefile-integration
Makefile: Fix wrong dependency of "integration" target
2 parents 10da74a + 4bc8637 commit 7b0b628

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)