From owner-freebsd-testing@FreeBSD.ORG Mon Jun 16 21:00:00 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CEE0584; Mon, 16 Jun 2014 21:00:00 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B07ED2D7E; Mon, 16 Jun 2014 20:59:59 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id 10so2344050lbg.1 for ; Mon, 16 Jun 2014 13:59:57 -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:date:message-id:subject :from:to:cc:content-type; bh=mzjfVPswdTYvK7qI7pOUOwUv0CuNA+i46K8OhtFTftQ=; b=CKJM9t+K2wjtP3A96o0gH0EB9gT6LW3aqSecqJRdDjSi4CFeoqJ9zMdeBIKYv2h7Zw LIeNvo1cad/fD6M8570pXqFVozWwWGXB1gTET/0UUhIaJ76B4MdNBVgn7Pw87+T7mTTO iHhkziUqHK2MDH+Vz6Lq8NpeJGjx6kUEp3dBM96p8337q242Daav5Ju7eydMJuYdoVl4 HS7jLBwLBMntqyB771msezkUBwR4HaWG3Au0vRfVuNO2CJCGfEUbaNY/o2aseE3Qc/yc hYCRbS2izlIqJABYKmofaLnwnmUi+RQ3NmUPGnLwPP2VZtjkv6hya1tYmpe/KBsS7cOH o4gg== MIME-Version: 1.0 X-Received: by 10.112.160.105 with SMTP id xj9mr14479473lbb.2.1402952397644; Mon, 16 Jun 2014 13:59:57 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Mon, 16 Jun 2014 13:59:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 Jun 2014 13:59:57 -0700 X-Google-Sender-Auth: DX_zO0EepjV4aVM10dfkb-3Kdoo Message-ID: Subject: Re: Kyua + Jenkins integration From: Craig Rodrigues To: Julio Merino Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , "jenkins-admin@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 21:00:00 -0000 On Wed, Jun 11, 2014 at 3:23 AM, Julio Merino wrote: > > https://github.com/jmmv/kyua/commit/7acd1a1fa05e600ac41094857ee1344f4ae7adb5 > By default, "kyua report-html" will write output files in the ./html directory, unless overridden by "--output [directory]". However, "kyua report-junit" seems to write output files to stdout instead by default. You might want to make the default behavior of "kyua report-junit" by closer to "kyua report-html", i.e. do not write the output files to stdout by default. -- Craig