Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp5138590rwd; Sun, 4 Jun 2023 21:49:25 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ7yzjNAJQ50foUIbRh2IPWUO5/5nHmHmfO+C2lYgRzPyhOGY/8p8o3o6MXNrTCepS2+uqF9 X-Received: by 2002:a05:6830:328b:b0:6b1:591b:40f1 with SMTP id m11-20020a056830328b00b006b1591b40f1mr4519855ott.1.1685940565027; Sun, 04 Jun 2023 21:49:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1685940564; cv=none; d=google.com; s=arc-20160816; b=Fc7jL3fkRhjPs8gZ+kxWK8G3Fjfco4yCJQ51foc15KgvoYIRfibVJTtO1yhbKYKlGf fipO3UY82rpjDUsEIkgk9flCq6YAhYJGYAhC+DRvLH4NkovAH3ut7xKBhoxlpAFinf4c 3DrG/iVt+YmYJSHPfAT/W3qi/x7ab6Kl+4/RF7ydya4m7Lk3zFPposenPEzhu1gM3pGB f3/8OOXpKKPCxP5jEqw5i2nr4TWebTg6NwxthUtd0uQqMvi32CmWmOuHWv2UunLD5L3l Hdig0CRqH9C/Lda/hk7wAH5SGNajjO30HVWDlvQ0TDXr5EU2h3E/IlH2NKGjSzMzAtzT B+dA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=NzCd8XPAFXGpHOiRRfrhjbdyMGT5Cm53VhwhRdfNFiA=; b=ytyELeIiZj1pHFOKRjzpwcBjc5I918wZD+1j75/0CBL4Ms2YZFKUTc8Xb2ygeIMFLW GRxh8igtrScedCiZbIkHEyrUkEYc4sSCnO4EOE9sXKfye1LQGEaaL8O6FjWZ77GRXhLb /pf79DTJsogL/GWoqzhhqpZbfGFGRJYRKk0wpwnGe3vCrKemudfA3Dv5mCeCAq988mRI 0g3wyQ7KqyXulQEW/6Vh16SH9+mUyQDEX8ZMcRZ/18NNWdyoqsoNEtUjw+AQKqkXomo7 wRJCwK9fvL5L3LprQAWo3DfgLyPlBHNkBA8RYtQEmRq3iHgjqkSCBpTAw/VpoaHAJ0rw YOLA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id s17-20020aa78bd1000000b0065024e5049bsi86505pfd.334.2023.06.04.21.49.13; Sun, 04 Jun 2023 21:49:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232774AbjFEEVA (ORCPT + 99 others); Mon, 5 Jun 2023 00:21:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231243AbjFEEU6 (ORCPT ); Mon, 5 Jun 2023 00:20:58 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3F2F29C; Sun, 4 Jun 2023 21:20:56 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 3554KmJM005449; Mon, 5 Jun 2023 06:20:48 +0200 Date: Mon, 5 Jun 2023 06:20:48 +0200 From: Willy Tarreau To: Zhangjin Wu Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-riscv@lists.infradead.org, thomas@t-8ch.de Subject: Re: [PATCH 3/4] selftests/nolibc: always print the log file Message-ID: References: <835e118943d257b7a83066fb4fb77c0e5cf71534.1685936428.git.falcon@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <835e118943d257b7a83066fb4fb77c0e5cf71534.1685936428.git.falcon@tinylab.org> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 05, 2023 at 11:57:44AM +0800, Zhangjin Wu wrote: > This allows to check the other issues of the output file manually even > when all of them passed. Till now I preferred not to see it when everything was OK since it was useless and permitted a quick visual check in the reports. Do you really think it's useful ? If others prefer it that way we can change it but I purposely added this test to "improve" the output (for me at least). I'm interested in opinions here. Willy