From hise-commits-return-129-apmail-incubator-hise-commits-archive=incubator.apache.org@incubator.apache.org Wed Jul 14 15:06:19 2010 Return-Path: Delivered-To: apmail-incubator-hise-commits-archive@minotaur.apache.org Received: (qmail 99013 invoked from network); 14 Jul 2010 15:06:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 15:06:19 -0000 Received: (qmail 85165 invoked by uid 500); 14 Jul 2010 15:06:19 -0000 Delivered-To: apmail-incubator-hise-commits-archive@incubator.apache.org Received: (qmail 85145 invoked by uid 500); 14 Jul 2010 15:06:19 -0000 Mailing-List: contact hise-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hise-dev@incubator.apache.org Delivered-To: mailing list hise-commits@incubator.apache.org Received: (qmail 85138 invoked by uid 99); 14 Jul 2010 15:06:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 15:06:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 15:06:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A999123888E4; Wed, 14 Jul 2010 15:04:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r964075 - /incubator/hise/trunk/itest/itest Date: Wed, 14 Jul 2010 15:04:54 -0000 To: hise-commits@incubator.apache.org From: rr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100714150454.A999123888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rr Date: Wed Jul 14 15:04:54 2010 New Revision: 964075 URL: http://svn.apache.org/viewvc?rev=964075&view=rev Log: Using junit output for soapui itests Modified: incubator/hise/trunk/itest/itest Modified: incubator/hise/trunk/itest/itest URL: http://svn.apache.org/viewvc/incubator/hise/trunk/itest/itest?rev=964075&r1=964074&r2=964075&view=diff ============================================================================== --- incubator/hise/trunk/itest/itest (original) +++ incubator/hise/trunk/itest/itest Wed Jul 14 15:04:54 2010 @@ -58,7 +58,7 @@ while True: raise Exception("Bundle not installed") os.chdir(baseDir) -syscall(SOAPUI_DIR + "/bin/testrunner.sh -f results hise-soapui-project.xml") +syscall(SOAPUI_DIR + "/bin/testrunner.sh -j -f results hise-soapui-project.xml") child.sendline("shutdown") time.sleep(3)