Skip to content

Commit 3a6c08b

Browse files
Merge pull request #1203 from petr-muller/ota-1531-fix-make-integration
NO-JIRA: tests: fix `make integration-test` target
2 parents 4eb5877 + 0e62550 commit 3a6c08b

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
@@ -12,7 +12,7 @@ test:
1212
.PHONY: test
1313

1414
integration-test:
15-
./hack/integration-test.sh
15+
hack/test-integration.sh
1616
.PHONY: integration-test
1717

1818
update: build

0 commit comments

Comments
 (0)