You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/10/26 09:31:13 UTC

[camel-quarkus] branch main updated: Remove unecessary basedir in Kafka Oauth tests

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new b693547169 Remove unecessary basedir in Kafka Oauth tests
b693547169 is described below

commit b693547169714e6817a1e00bb440eb9129194f43
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Tue Oct 25 14:45:23 2022 +0200

    Remove unecessary basedir in Kafka Oauth tests
---
 integration-tests/kafka-oauth/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/kafka-oauth/pom.xml b/integration-tests/kafka-oauth/pom.xml
index 9034891041..23ea8c331d 100644
--- a/integration-tests/kafka-oauth/pom.xml
+++ b/integration-tests/kafka-oauth/pom.xml
@@ -142,7 +142,7 @@
                                 <configuration>
                                     <rerunFailingTestsCount>${rerun.failing.test.count}</rerunFailingTestsCount>
                                     <systemPropertyVariables>
-                                        <quarkus.test.arg-line>-Djdk.net.hosts.file=${basedir}/target/hosts</quarkus.test.arg-line>
+                                        <quarkus.test.arg-line>-Djdk.net.hosts.file=target/hosts</quarkus.test.arg-line>
                                     </systemPropertyVariables>
                                 </configuration>
                             </execution>