diff --git a/Makefile b/Makefile index 4e41fdfe233..af0fc4f2fe3 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ check test: # # Example: # make test_integration -test_integration test_integ: +test_integration: hack/test-integration.sh .PHONY: test_integration test_integ