Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95F4218ECA for ; Fri, 14 Aug 2015 17:21:31 +0000 (UTC) Received: (qmail 91614 invoked by uid 500); 14 Aug 2015 17:21:31 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 91575 invoked by uid 500); 14 Aug 2015 17:21:31 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 91566 invoked by uid 99); 14 Aug 2015 17:21:31 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 17:21:31 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 5D76FAC0354 for ; Fri, 14 Aug 2015 17:21:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r961846 - in /websites/production/activemq/content: cache/main.pageCache unix-shell-script.html Date: Fri, 14 Aug 2015 17:21:31 -0000 To: commits@activemq.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150814172131.5D76FAC0354@hades.apache.org> Author: buildbot Date: Fri Aug 14 17:21:30 2015 New Revision: 961846 Log: Production update by buildbot for activemq Modified: websites/production/activemq/content/cache/main.pageCache websites/production/activemq/content/unix-shell-script.html Modified: websites/production/activemq/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/activemq/content/unix-shell-script.html ============================================================================== --- websites/production/activemq/content/unix-shell-script.html (original) +++ websites/production/activemq/content/unix-shell-script.html Fri Aug 14 17:21:30 2015 @@ -83,11 +83,11 @@

  • Execute the testsuite

    cd <Installation Dir of the ActiveMQ Script>
     ./activemq stop
    -/tmp/init-script-testsuite 2>>&1| tee /tmp/test-suite.log
    +/tmp/init-script-testsuite 2>&1| tee /tmp/test-suite.log
  • Detailed debug information can be provided by the following procedure

    export PS4=' ${BASH_SOURCE}:${LINENO}(${FUNCNAME[0]}) '
     bash -x ./activemq <argument> 2>&1 |tee /tmp/detailed-debugging.log