You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/08/01 12:21:48 UTC

[camel] branch master updated: Lets clean the workspace on each Karaf itests when using run-tests script

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 f109764  Lets clean the workspace on each Karaf itests when using run-tests script
f109764 is described below

commit f109764d5105d12971263289c71c0cfa38d65962
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 1 14:21:22 2018 +0200

    Lets clean the workspace on each Karaf itests when using run-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 ee6d701..3f67dca 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 ../../mvnw test -Dtest=$testname ; then
+    if ../../mvnw clean test -Dtest=$testname ; then
       echo "\n"
       echo "*******************************************************************"
       echo "Test success: $testname"