Message ID | 20200623001547.22255-1-pbonzini@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=j3G/=AE=vger.kernel.org=linux-kselftest-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 855E8161F for <patchwork-linux-kselftest@patchwork.kernel.org>; Tue, 23 Jun 2020 00:15:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6EEF32083B for <patchwork-linux-kselftest@patchwork.kernel.org>; Tue, 23 Jun 2020 00:15:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="LG0/585S" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731544AbgFWAPz (ORCPT <rfc822;patchwork-linux-kselftest@patchwork.kernel.org>); Mon, 22 Jun 2020 20:15:55 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:55106 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731000AbgFWAPy (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Mon, 22 Jun 2020 20:15:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1592871353; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ouNy0Qiboh0qNzszrC6NPxtXqgwqYBcagFjKPktA1/g=; b=LG0/585Sd8PpOhxiE+FfkrjPGOSrXoPmaVDPtWOy+SItqP1YHWRFGlO12SI6ravIx4uZbO HtNXuN9cl6XRqzCShACCt5yLc2cC50/P0qW4unC0vnGcnmu8fFCKuF/mYb2qWbYdYMRTIs WKW/TwnWSabLhsXG5IgCCN4jVFkbs4U= 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-41-SvSTZNFCNfK0Fpevkp10PQ-1; Mon, 22 Jun 2020 20:15:49 -0400 X-MC-Unique: SvSTZNFCNfK0Fpevkp10PQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 859FF8005AD; Tue, 23 Jun 2020 00:15:48 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1756C60BEC; Tue, 23 Jun 2020 00:15:48 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org Cc: shuah@kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH v2 0/6] kselftest: fix TAP output for skipped test and ksft_set_plan misuse Date: Mon, 22 Jun 2020 20:15:41 -0400 Message-Id: <20200623001547.22255-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
kselftest: fix TAP output for skipped test and ksft_set_plan misuse
|
expand
|