From patchwork Mon Nov 25 20:30:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1200555 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="F0LtH/3w"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47MJZ86YGYz9sPT for ; Tue, 26 Nov 2019 07:30:24 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C144886834; Mon, 25 Nov 2019 20:30:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3wELtWLBpnlr; Mon, 25 Nov 2019 20:30:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5E55786838; Mon, 25 Nov 2019 20:30:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 0A0E41BF3A0 for ; Mon, 25 Nov 2019 20:30:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 06C4521FF8 for ; Mon, 25 Nov 2019 20:30:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MsYPq34QL6+Z for ; Mon, 25 Nov 2019 20:30:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by silver.osuosl.org (Postfix) with ESMTPS id E3CB521FF6 for ; Mon, 25 Nov 2019 20:30:07 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id 45330602D4; Mon, 25 Nov 2019 21:30:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1574713806; bh=Qd1j59k6bGO+/TxK0Wg6Ug0s57/6oVFTeE7S93kSoJg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=F0LtH/3wbyHsrEbsHIYN1G7FDV4Ohn4blWu9tiQSKUnMx2UjyCzpRVCcSJpylbe4s mHs569mMEPdpZtgWKsuhU5LOTqujV46h4zwAWBfs0LbtKOHfkPUillXCk4hIbIpWgW xXKErNOPjX0/Vv6UG+/oAxidrjMTymtT/MpIwJOzvr5QHxATF/UZtbw4C95+J+S2M0 mbdPLzmO08CY2YWUlZptR5j+l80T8sE+aj2wJZEqJxDxYM3u60qZPkTk6TmdxF44aU I4cYJ7AM2x8iuqXDruYz9cLTLy4HjgZ9F0xGHUw0UYGdzEABGNVVkFKHvhF0V+I/5e G5eRoRDbSgyuQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Mon, 25 Nov 2019 21:30:02 +0100 Message-Id: <1574713802-20461-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1574713802-20461-1-git-send-email-pjtexier@koncepto.io> References: <1574713802-20461-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH/next] basetest.py: fix code style X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Patrick Havelange , Ricardo Martincoski MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fix these warnings: W291 trailing whitespace Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/360824861 Signed-off-by: Pierre-Jean Texier --- support/testing/infra/basetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/infra/basetest.py b/support/testing/infra/basetest.py index 023039f..5dc6034 100644 --- a/support/testing/infra/basetest.py +++ b/support/testing/infra/basetest.py @@ -85,7 +85,7 @@ class BRTest(BRConfigTest): self.emulator.stop() super(BRTest, self).tearDown() - # Run the given 'cmd' with a 'timeout' on the target and + # Run the given 'cmd' with a 'timeout' on the target and # assert that the command succeeded def assertRunOk(self, cmd, timeout=-1): _, exit_code = self.emulator.run(cmd, timeout)