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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 19edadd  Use Maven Wrapper into the Karaf integration tests script
19edadd is described below

commit 19edadd82f194af5b169066b8f67e2b3034b6e73
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 25 16:28:58 2018 +0200

    Use Maven Wrapper into the Karaf integration tests script
---
 tests/camel-itest-karaf/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-itest-karaf/run-tests.sh 
b/tests/camel-itest-karaf/run-tests.sh
index 83a772b..ee6d701 100755
--- a/tests/camel-itest-karaf/run-tests.sh
+++ b/tests/camel-itest-karaf/run-tests.sh
@@ -54,7 +54,7 @@ do
     echo "*******************************************************************"
     echo "Running test $testname"
     echo "*******************************************************************"
-    if mvn test -Dtest=$testname ; then
+    if ../../mvnw test -Dtest=$testname ; then
       echo "\n"
       echo 
"*******************************************************************"
       echo "Test success: $testname"

Reply via email to