From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8E14C433EF for ; Fri, 15 Oct 2021 11:52:26 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1231D60524 for ; Fri, 15 Oct 2021 11:52:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1231D60524 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F2E838384A; Fri, 15 Oct 2021 13:52:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="hXDZaR6l"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C068D8383B; Fri, 15 Oct 2021 13:52:06 +0200 (CEST) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6C58D8382F for ; Fri, 15 Oct 2021 13:51:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x731.google.com with SMTP id h20so3755326qko.13 for ; Fri, 15 Oct 2021 04:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=/Kk/oRsKrTmIwYW0KOmpvPWPre7NkeaheJMeA7k0bc0=; b=hXDZaR6lX/c48XaZaf9GqkLE5z44J2oYexzqA17+7slEmBLZ91ZM+OkgfeowQQ9PMo SStmSkhmpNEwJ+53ZQSkhCoIPgBPY3GcafvVn1UiRBpkhPSTZ6+tLsLr27+vqxMkGUCm rIjgHP8qi9c07SkhTS/xA6IQmfA+B4u4C4CNs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=/Kk/oRsKrTmIwYW0KOmpvPWPre7NkeaheJMeA7k0bc0=; b=oorh/REefObOZ5kKtpjGzf3uz4b/MLJuqr20XcfpjTpf3i9K5uJAYcO8Dmt9qv0u/W krZxEHL2UYMLylYPeDAB7FjEssi5sd63sa4YJa1E4yhvmC/0gyXn+FIat6Hllyq3fb9R Zwezqee17Dty7etUl/Iu7wD66SLXYvYAFC8eR1h9ZYvCgRManVT2QKrZ+qh5Ha+nv4fR 6ABqlLQhVOvguDjCoOQCJrsA1ZuwnO5+LIYvRUe9xk4Zo/kHj6/++U1prU0SL7xLhRLY rl2v7mJKl/qCaQTu8y4h5zuAXhCxM8kROAuI/M/Cq7euvTMV2i8TKlwiUPHdJFyMoSIF X/Bg== X-Gm-Message-State: AOAM5315U0abxh/Fyj4xgCIWj+4yk9ssInd3KbHy55GXgcX2LbOJPcqk Z4blevA9VcZtwgS3p3vd8ttL0A== X-Google-Smtp-Source: ABdhPJzueXJAzxNXHu/CpIUDwkWNd5/oWbfC87J37LSECKgvUlr/gzeLfyOJ/XcviJUoqRdS/TBS4g== X-Received: by 2002:a05:620a:4044:: with SMTP id i4mr9525463qko.301.1634298717224; Fri, 15 Oct 2021 04:51:57 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-f8b0-5c25-4d47-ecdb.res6.spectrum.com. [2603:6081:7b01:cbda:f8b0:5c25:4d47:ecdb]) by smtp.gmail.com with ESMTPSA id z5sm2653789qkd.103.2021.10.15.04.51.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 04:51:56 -0700 (PDT) Date: Fri, 15 Oct 2021 07:51:54 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Marek Vasut , Heinrich Schuchardt , Stephen Warren Subject: Re: [PATCH] pytest: Shorten traceback length by default Message-ID: <20211015115154.GO7964@bill-the-cat> References: <20211006021800.2672586-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="UBklvFwLgAK0pnJn" Content-Disposition: inline In-Reply-To: <20211006021800.2672586-1-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --UBklvFwLgAK0pnJn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 05, 2021 at 08:18:00PM -0600, Simon Glass wrote: > This produces a lot of code output which is not very helpful and is quite > annoying to wade through. Use the short format by default. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --UBklvFwLgAK0pnJn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFpa1oACgkQFHw5/5Y0 tyzSdQv+IZwGsX5L2UUYPIik43q/Aspd2he7UNYVq67sWNIyJHrlNm50BidBBuK1 8GeSaru9LpbmsysNpNb9xLYnL7j2a6m7lMK0f2pFaVg8ycS1TWov4lUnbDAK/dHb DVgJzB392VivPLXxbPsLCArfBk9ZN5/gQHQD0ZNfTjNAvdwuYBk2np0vnAiqzDEu +YcvxGCdbEX9Sd8vI2YI+3bM6cPF6eqlH5IsG9aIaGFylRA3W0psQdpXvflGfO+L nlHgfKCBMEhYxyeV2J5Y3cVuiYLOexsJg31P7BsDjkRAsbG5MCuYkV3mJSxM/gxh 264W/sRGqD3FMwsJuvvANvKjwUWTOZV06ZL0SWTElA739QbHTFWskVLL2YjsB5CG EiJLgzBevT8sVHiJdw0F+reliiLgDdBcqMy8yNLR1u67B4l/ztcz+YPEfkuMdnmC Yx9ZBOFpkS4EL5jPeGCOyGaxlzNAmbsW5TfNsfrAWK8gb1YiY3OMrz9VsGt+kA2S 1p+dT/PN =jt0o -----END PGP SIGNATURE----- --UBklvFwLgAK0pnJn--