From patchwork Mon Jun 26 13:40:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Disseldorp X-Patchwork-Id: 9809727 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id EBEA1603F9 for ; Mon, 26 Jun 2017 13:42:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F154D285A7 for ; Mon, 26 Jun 2017 13:42:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E5FA1285C1; Mon, 26 Jun 2017 13:42:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7A9E3285C3 for ; Mon, 26 Jun 2017 13:42:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751393AbdFZNmQ (ORCPT ); Mon, 26 Jun 2017 09:42:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:41879 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751653AbdFZNkr (ORCPT ); Mon, 26 Jun 2017 09:40:47 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5F9FDAAF2 for ; Mon, 26 Jun 2017 13:40:46 +0000 (UTC) From: David Disseldorp To: fstests@vger.kernel.org Cc: David Disseldorp Subject: [PATCH 1/2] README: remove incorrect check -udf usage Date: Mon, 26 Jun 2017 15:40:16 +0200 Message-Id: <20170626134017.2741-1-ddiss@suse.de> X-Mailer: git-send-email 2.12.3 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The -udf parameter for check does not exist. UDF can still be tested via the configuration parameter FSTYP=udf. Signed-off-by: David Disseldorp --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README b/README index fd491e4a..11bf6a94 100644 --- a/README +++ b/README @@ -120,12 +120,10 @@ Running tests: - Groups of tests maybe ran by: ./check -g [group(s)] See the 'group' file for details on groups - To randomize test order: ./check -r [test(s)] - - You can explicitly specify NFS/CIFS/UDF/OVERLAY, otherwise + - You can explicitly specify NFS/CIFS/OVERLAY, otherwise the filesystem type will be autodetected from $TEST_DEV: - for running nfs tests: ./check -nfs [test(s)] - for running cifs/smb3 tests: ./check -cifs [test(s)] - - for udf tests: ./check -udf [test(s)] - Running all the udf tests: ./check -udf -g udf - for overlay tests: ./check -overlay [test(s)] The TEST and SCRATCH partitions should be pre-formatted with another base fs, where the overlay dirs will be created