From owner-freebsd-testing@FreeBSD.ORG Tue Jul 29 14:31:28 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 9025DE3D for ; Tue, 29 Jul 2014 14:31:28 +0000 (UTC) Received: from mail-qa0-f43.google.com (mail-qa0-f43.google.com [209.85.216.43]) (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 4D49B2709 for ; Tue, 29 Jul 2014 14:31:27 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id w8so9332791qac.2 for ; Tue, 29 Jul 2014 07:31:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=xgFmRX9v+4f2OjTFznC/6A5jy/pRPpHGYtYtv3xB4hk=; b=BwyL34VseXuEKY9sRXBYbJdXcZiXoM201NhkuMjgDNKw1nAIvuiYBo0jFoVCb8GaFZ rcXe5fqu4icslBuTJsQG8C6NkSTDRdtTregrZR5njwJZUJSv26LjGJ6y59flkWlds+In jTuukhTjprqva/CFdTp8MtCNJ/mTmAbYQcdX1cNUTCeEdVs6DR5F6HevCn7XE+G3Np5K P0Q75GCAXIzFQwUfcmUDimmuBpivQyN06hb0lkmOVv8zf55VLptMlv33ApFK45W8HYNT 9/+rt0ip1NoxDCappW4E14MfyZLlPYfa66YazZJqMT+WD5GORday3UXg/gDtm2+e1VDN HZbQ== X-Gm-Message-State: ALoCoQnK+Ia4UNH+V1xypN0GfI+1J7hOp/Ks/Q2RJdieA9p111gGNQPjNVVFRXbcwH9kPh0jEDhr X-Received: by 10.224.120.138 with SMTP id d10mr4113018qar.9.1406644279149; Tue, 29 Jul 2014 07:31:19 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Tue, 29 Jul 2014 07:30:59 -0700 (PDT) X-Originating-IP: [2620:0:1008:100a:d1ec:f72a:142d:2523] In-Reply-To: <0d851725.1cb2c6b8@fabiankeil.de> References: <5ee51891.12b049e9@fabiankeil.de> <450da50a.02ce9897@fabiankeil.de> <0d851725.1cb2c6b8@fabiankeil.de> From: Julio Merino Date: Tue, 29 Jul 2014 07:30:59 -0700 X-Google-Sender-Auth: TpXv4oK7AfLpQ96oYK2xCMNKNM0 Message-ID: Subject: Re: Missing atf-check output: example:failing_test -> failed: atf-check failed; see the output of the test for details To: Fabian Keil Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@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: Tue, 29 Jul 2014 14:31:28 -0000 On Tue, Jul 29, 2014 at 3:51 AM, Fabian Keil wrote: > Julio Merino wrote: >> I just haven't thought about a UI for it. Maybe "kyua report >> --show-output [test cases]" would be good enough? > > I'd prefer two options, one that only shows the output for > failing test cases and one that shows the output for all. Note there already is a --results-filter which defaults to only showing "interesting" test cases (aka everything but passed).