From patchwork Tue Oct 29 20:09:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Almeida?= X-Patchwork-Id: 11218497 Return-Path: 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 30F0A15AB for ; Tue, 29 Oct 2019 20:11:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 18A852087E for ; Tue, 29 Oct 2019 20:11:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726225AbfJ2ULi (ORCPT ); Tue, 29 Oct 2019 16:11:38 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:54686 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725905AbfJ2ULi (ORCPT ); Tue, 29 Oct 2019 16:11:38 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id ECC4028FB7E From: =?utf-8?q?Andr=C3=A9_Almeida?= To: linux-block@vger.kernel.org Cc: osandov@fb.com, kernel@collabora.com, krisman@collabora.com, =?utf-8?q?A?= =?utf-8?q?ndr=C3=A9_Almeida?= Subject: [PATCH blktests 2/3] Documentation: Add information about `--config` argument Date: Tue, 29 Oct 2019 17:09:41 -0300 Message-Id: <20191029200942.83044-3-andrealmeid@collabora.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191029200942.83044-1-andrealmeid@collabora.com> References: <20191029200942.83044-1-andrealmeid@collabora.com> MIME-Version: 1.0 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Add information about how to use the argument `--config`. Signed-off-by: André Almeida --- Documentation/running-tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/running-tests.md b/Documentation/running-tests.md index 675dac7..d5921be 100644 --- a/Documentation/running-tests.md +++ b/Documentation/running-tests.md @@ -21,7 +21,8 @@ will run all tests in the `loop` group and the `block/002` test. Test configuration goes in the `config` file at the top-level directory of the blktests repository. Test configuration options can also be set as environment -variables instead of in the `config` file. +variables instead of in the `config` file. It is also possible to use a +different file for configuration, using `--config=`. ### Test Devices