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 X-Spam-Level: X-Spam-Status: No, score=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA504C433DF for ; Mon, 24 Aug 2020 12:48:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A14A20706 for ; Mon, 24 Aug 2020 12:48:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="b0nwL+M1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726241AbgHXMsw (ORCPT ); Mon, 24 Aug 2020 08:48:52 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:48380 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725916AbgHXMst (ORCPT ); Mon, 24 Aug 2020 08:48:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598273328; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gMjAzN3rEvppXD1PW4/DC05E+6rjJ+zyLI6QVLwoEDo=; b=b0nwL+M1YfXlizmVPX24t3gfkRHRcJEPNVObvddn+3ZuyN0ggq6Jq3yuMMPSUsV4W5mw18 iHQ5Gb1qh2W5V62hDo8ZIBZAR8MNVsouJXWwjchhvR3w9920GoFyQegCmmCU0oZ8guzJ+b hkRaYFFMSAyx24H28v1HVs2mb+VLL3M= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-502-Qd7HYce5P1Smy9wOaT33tw-1; Mon, 24 Aug 2020 08:48:45 -0400 X-MC-Unique: Qd7HYce5P1Smy9wOaT33tw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1A1CD1007B01; Mon, 24 Aug 2020 12:48:44 +0000 (UTC) Received: from gondolin (ovpn-113-235.ams2.redhat.com [10.36.113.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7A2EF1A268; Mon, 24 Aug 2020 12:48:39 +0000 (UTC) Date: Mon, 24 Aug 2020 14:48:36 +0200 From: Cornelia Huck To: Marc Hartmayer Cc: , Thomas Huth , David Hildenbrand , Janosch Frank , Andrew Jones , Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH 1/2] runtime.bash: remove outdated comment Message-ID: <20200824144836.0f621683.cohuck@redhat.com> In-Reply-To: <20200821123744.33173-2-mhartmay@linux.ibm.com> References: <20200821123744.33173-1-mhartmay@linux.ibm.com> <20200821123744.33173-2-mhartmay@linux.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, 21 Aug 2020 14:37:43 +0200 Marc Hartmayer wrote: > Since commit 6e1d3752d7ca ("tap13: list testcases individually") the > comment is no longer valid. Therefore let's remove it. > > Signed-off-by: Marc Hartmayer > --- > scripts/runtime.bash | 3 --- > 1 file changed, 3 deletions(-) Reviewed-by: Cornelia Huck