You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/04/11 13:32:16 UTC

camel git commit: CAMEL-11130: Lets output the jps command so we can see what the CI server outputs

Repository: camel
Updated Branches:
  refs/heads/master 0b4cae9fb -> a421db268


CAMEL-11130: Lets output the jps command so we can see what the CI server outputs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a421db26
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a421db26
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a421db26

Branch: refs/heads/master
Commit: a421db26809b78126b2de5f5064cd5c33259856e
Parents: 0b4cae9
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Apr 11 15:32:03 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Apr 11 15:32:03 2017 +0200

----------------------------------------------------------------------
 tests/camel-itest-karaf/kill-karaf.sh | 3 +++
 tests/camel-itest-osgi/kill-karaf.sh  | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a421db26/tests/camel-itest-karaf/kill-karaf.sh
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/kill-karaf.sh b/tests/camel-itest-karaf/kill-karaf.sh
index b306d21..c1b709b 100755
--- a/tests/camel-itest-karaf/kill-karaf.sh
+++ b/tests/camel-itest-karaf/kill-karaf.sh
@@ -17,5 +17,8 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
+echo "Listing all karaf processes"
+jps -l | grep karaf
+
 echo "Killing all karaf processes"
 jps -l | grep karaf | cut -d ' ' -f 1 | xargs -n1 kill
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/a421db26/tests/camel-itest-osgi/kill-karaf.sh
----------------------------------------------------------------------
diff --git a/tests/camel-itest-osgi/kill-karaf.sh b/tests/camel-itest-osgi/kill-karaf.sh
index b306d21..c1b709b 100755
--- a/tests/camel-itest-osgi/kill-karaf.sh
+++ b/tests/camel-itest-osgi/kill-karaf.sh
@@ -17,5 +17,8 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
+echo "Listing all karaf processes"
+jps -l | grep karaf
+
 echo "Killing all karaf processes"
 jps -l | grep karaf | cut -d ' ' -f 1 | xargs -n1 kill
\ No newline at end of file