Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 420C610BB2 for ; Wed, 12 Jun 2013 18:02:06 +0000 (UTC) Received: (qmail 58167 invoked by uid 500); 12 Jun 2013 18:02:05 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 57899 invoked by uid 500); 12 Jun 2013 18:02:04 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 57884 invoked by uid 99); 12 Jun 2013 18:02:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 18:02:03 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omuppi1@gmail.com designates 209.85.128.181 as permitted sender) Received: from [209.85.128.181] (HELO mail-ve0-f181.google.com) (209.85.128.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 18:01:58 +0000 Received: by mail-ve0-f181.google.com with SMTP id db10so6858328veb.26 for ; Wed, 12 Jun 2013 11:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=gwflccc75k5salrnuBGB94IOMEfvdEOqsfpvgdz/cjs=; b=00x4fCn6ByFtH3Wzw6KTl2rfBbwxZuCIIJwGgDBfuZ6Px+C0nFoqbDWliSYRkmu1nr uIc9x8uRVrdNO/9Hgaq9fmMYELuPq7yEWBHfelnqH2pqCKgWZkmszr7TEbLnqjZgdj3k XEExvdAMgyAMkSQlSTnQp6nLkokQHtQebfEUhsRzNFnOuCLj1lOGTTp6Zqtkp7FAfosx 5h1udAuHNUV/UWWeGwWIzNTzEnED7/Qlcn3GJoCVyAjnc+R4iZFmR3sBbr6QVpj1bRGs qpM+z6VS+QpCz8Rj1jJ9DTuHajHlQ2xWVmM0IR1o/d+1iC7RgJiRtjGuo5i9j/4z8rM0 U/ZQ== X-Received: by 10.52.101.230 with SMTP id fj6mr8546876vdb.125.1371060097836; Wed, 12 Jun 2013 11:01:37 -0700 (PDT) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.58.204.226 with HTTP; Wed, 12 Jun 2013 11:01:07 -0700 (PDT) In-Reply-To: References: From: OmPrakash Muppirala Date: Wed, 12 Jun 2013 11:01:07 -0700 X-Google-Sender-Auth: 6gyQXNEUCJfX8-CHBeURcUiXzlA Message-ID: Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149 To: Erik de Bruin Cc: Alex Harui , "dev@flex.apache.org" , "jmclean@apache.org" , "erikdebruin@apache.org" , "aharui@apache.org" Content-Type: multipart/alternative; boundary=bcaec547c3ef18ed9e04def8ce62 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec547c3ef18ed9e04def8ce62 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin wrote: > A question for the command line ninjas out there: > > Currently the script has: > > if [[ -s failures.txt ]] ; then > > Might it be that we need to add a relative path indicator with the > file name, like: > > if [[ -s ./failures.txt ]] ; then > > Thoughts? > > But this check passed, which is why mini_run tried to run a -failures, right? I think it is something inside mini_run.sh that is causing this problem. Om --bcaec547c3ef18ed9e04def8ce62--