@@ -108,95 +108,95 @@ integration-test-with-cover:
108
108
109
109
.PHONY : integration-test-mongodb-discovery
110
110
integration-test-mongodb-discovery :
111
- @make integration-test TARGET=' discovery_integration_mongodb'
111
+ @make integration-test-target TARGET=' discovery_integration_mongodb'
112
112
113
113
.PHONY : integration-test-mongodb-discovery-with-cover
114
114
integration-test-mongodb-discovery-with-cover :
115
115
@make integration-test-cover-target TARGET=' discovery_integration_mongodb'
116
116
117
117
.PHONY : integration-test-mysql-discovery
118
118
integration-test-mysql-discovery :
119
- @make integration-test TARGET=' discovery_integration_mysql'
119
+ @make integration-test-target TARGET=' discovery_integration_mysql'
120
120
121
121
.PHONY : integration-test-mysql-discovery-with-cover
122
122
integration-test-mysql-discovery-with-cover :
123
123
@make integration-test-cover-target TARGET=' discovery_integration_mysql'
124
124
125
125
.PHONY : integration-test-kafkametrics-discovery
126
126
integration-test-kafkametrics-discovery :
127
- @make integration-test TARGET=' discovery_integration_kafkametrics'
127
+ @make integration-test-target TARGET=' discovery_integration_kafkametrics'
128
128
129
129
.PHONY : integration-test-kafkametrics-discovery-with-cover
130
130
integration-test-kafkametrics-discovery-with-cover :
131
131
@make integration-test-cover-target TARGET=' discovery_integration_kafkametrics'
132
132
133
133
.PHONY : integration-test-jmx/cassandra-discovery
134
134
integration-test-jmx/cassandra-discovery :
135
- @make integration-test TARGET=' discovery_integration_jmx'
135
+ @make integration-test-target TARGET=' discovery_integration_jmx'
136
136
137
137
.PHONY : integration-test-jmx/cassandra-discovery-with-cover
138
138
integration-test-jmx/cassandra-discovery-with-cover :
139
139
@make integration-test-cover-target TARGET=' discovery_integration_jmx'
140
140
141
141
.PHONY : integration-test-apache-discovery
142
142
integration-test-apache-discovery :
143
- @make integration-test TARGET=' discovery_integration_apachewebserver'
143
+ @make integration-test-target TARGET=' discovery_integration_apachewebserver'
144
144
145
145
.PHONY : integration-test-apache-discovery-with-cover
146
146
integration-test-apache-discovery-with-cover :
147
147
@make integration-test-cover-target TARGET=' discovery_integration_apachewebserver'
148
148
149
149
.PHONY : integration-test-envoy-discovery
150
150
integration-test-envoy-discovery :
151
- @make integration-test TARGET=' discovery_integration_envoy'
151
+ @make integration-test-target TARGET=' discovery_integration_envoy'
152
152
153
153
.PHONY : integration-test-envoy-discovery-with-cover
154
154
integration-test-envoy-discovery-with-cover :
155
155
@make integration-test-cover-target TARGET=' discovery_integration_envoy'
156
156
157
157
.PHONY : integration-test-nginx-discovery
158
158
integration-test-nginx-discovery :
159
- @make integration-test TARGET=' discovery_integration_nginx'
159
+ @make integration-test-target TARGET=' discovery_integration_nginx'
160
160
161
161
.PHONY : integration-test-nginx-discovery-with-cover
162
162
integration-test-nginx-discovery-with-cover :
163
163
@make integration-test-cover-target TARGET=' discovery_integration_nginx'
164
164
165
165
.PHONY : integration-test-redis-discovery
166
166
integration-test-redis-discovery :
167
- @make integration-test TARGET=' discovery_integration_redis'
167
+ @make integration-test-target TARGET=' discovery_integration_redis'
168
168
169
169
.PHONY : integration-test-redis-discovery-with-cover
170
170
integration-test-redis-discovery-with-cover :
171
171
@make integration-test-cover-target TARGET=' discovery_integration_redis'
172
172
173
173
.PHONY : integration-test-oracledb-discovery
174
174
integration-test-oracledb-discovery :
175
- @make integration-test TARGET=' discovery_integration_oracledb'
175
+ @make integration-test-target TARGET=' discovery_integration_oracledb'
176
176
177
177
.PHONY : integration-test-oracledb-discovery-with-cover
178
178
integration-test-oracledb-discovery-with-cover :
179
179
@make integration-test-cover-target TARGET=' discovery_integration_oracledb'
180
180
181
181
.PHONY : smartagent-integration-test
182
182
smartagent-integration-test :
183
- @make integration-test TARGET=' smartagent_integration'
183
+ @make integration-test-target TARGET=' smartagent_integration'
184
184
185
185
.PHONY : smartagent-integration-test-with-cover
186
186
smartagent-integration-test-with-cover :
187
187
@make integration-test-cover-target TARGET=' smartagent_integration'
188
188
189
189
.PHONY : integration-test-envoy-discovery-k8s
190
190
integration-test-envoy-discovery-k8s :
191
- @make integration-test TARGET=' discovery_integration_envoy_k8s'
191
+ @make integration-test-target TARGET=' discovery_integration_envoy_k8s'
192
192
193
193
.PHONY : integration-test-envoy-discovery-k8s-with-cover
194
194
integration-test-envoy-discovery-k8s-with-cover :
195
195
@make integration-test-cover-target TARGET=' discovery_integration_envoy_k8s'
196
196
197
197
.PHONY : integration-test-istio-discovery-k8s
198
198
integration-test-istio-discovery-k8s :
199
- @make integration-test TARGET=' discovery_integration_istio_k8s'
199
+ @make integration-test-target TARGET=' discovery_integration_istio_k8s'
200
200
201
201
.PHONY : integration-test-istio-discovery-k8s-with-cover
202
202
integration-test-istio-discovery-k8s-with-cover :
0 commit comments