Return-Path: X-Original-To: apmail-juddi-commits-archive@www.apache.org Delivered-To: apmail-juddi-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 9C6E51099F for ; Thu, 3 Oct 2013 02:30:44 +0000 (UTC) Received: (qmail 93946 invoked by uid 500); 3 Oct 2013 02:30:44 -0000 Delivered-To: apmail-juddi-commits-archive@juddi.apache.org Received: (qmail 93908 invoked by uid 500); 3 Oct 2013 02:30:44 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 93901 invoked by uid 99); 3 Oct 2013 02:30:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 02:30:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 03 Oct 2013 02:30:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2920923889FA; Thu, 3 Oct 2013 02:30:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1528706 - /juddi/trunk/juddi-client.net/bb-win7.bat Date: Thu, 03 Oct 2013 02:30:23 -0000 To: commits@juddi.apache.org From: alexoree@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131003023023.2920923889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexoree Date: Thu Oct 3 02:30:22 2013 New Revision: 1528706 URL: http://svn.apache.org/r1528706 Log: JUDDI-567 revising bb-win7 test script, this time exit codes will be returned for correct test failure identification by buildbot Modified: juddi/trunk/juddi-client.net/bb-win7.bat Modified: juddi/trunk/juddi-client.net/bb-win7.bat URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/bb-win7.bat?rev=1528706&r1=1528705&r2=1528706&view=diff ============================================================================== --- juddi/trunk/juddi-client.net/bb-win7.bat (original) +++ juddi/trunk/juddi-client.net/bb-win7.bat Thu Oct 3 02:30:22 2013 @@ -1,5 +1,8 @@ -rem Hi, this is for running nunit tests on ASF's build bot CI servers +@echo off +rem Hi, this is for running nunit tests on ASF's build bot CI servers, specifically the Windows 7 bb server -"C:\Program Files\NUnit 2.6.2\bin\nunit-console.exe" juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll +set errorlevel= +"C:\Program Files\NUnit 2.6.2\bin\nunit-console.exe" juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll +exit /b %errorlevel% rem c:\juddi\NUnit-2.6.1\bin\nunit-console.exe juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org