Message ID | 20190102131318.5765-7-honli@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show
Return-Path: <linux-rdma-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6657F91E for <patchwork-linux-rdma@patchwork.kernel.org>; Wed, 2 Jan 2019 13:14:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 55F1027528 for <patchwork-linux-rdma@patchwork.kernel.org>; Wed, 2 Jan 2019 13:14:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 493FB285A3; Wed, 2 Jan 2019 13:14:07 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 02EF227528 for <patchwork-linux-rdma@patchwork.kernel.org>; Wed, 2 Jan 2019 13:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729450AbfABNOG (ORCPT <rfc822;patchwork-linux-rdma@patchwork.kernel.org>); Wed, 2 Jan 2019 08:14:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60456 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726939AbfABNOG (ORCPT <rfc822;linux-rdma@vger.kernel.org>); Wed, 2 Jan 2019 08:14:06 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9F50E80F75; Wed, 2 Jan 2019 13:14:06 +0000 (UTC) Received: from localhost (ovpn-12-97.pek2.redhat.com [10.72.12.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F25DF1001947; Wed, 2 Jan 2019 13:14:05 +0000 (UTC) From: Honggang Li <honli@redhat.com> To: hal@dev.mellanox.co.il Cc: linux-rdma@vger.kernel.org, Honggang Li <honli@redhat.com> Subject: [ibsim patch 07/23] run_opensm.sh: remove opensm '-c' option Date: Wed, 2 Jan 2019 21:13:02 +0800 Message-Id: <20190102131318.5765-7-honli@redhat.com> In-Reply-To: <20190102131318.5765-1-honli@redhat.com> References: <20190102131318.5765-1-honli@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 02 Jan 2019 13:14:06 +0000 (UTC) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: <linux-rdma.vger.kernel.org> X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
[ibsim,01/23] move sim_cmd_file into ibsim/sim_cmd.c
|
expand
|
diff --git a/scripts/run_opensm.sh b/scripts/run_opensm.sh index a225d81f17a3..5fd29b5b94f3 100755 --- a/scripts/run_opensm.sh +++ b/scripts/run_opensm.sh @@ -7,7 +7,7 @@ fi if [ -z "$1" ] ; then cmd=opensm - cmd_args="-e -c -V -f ./osm.log -s 0" + cmd_args="-e -V -f ./osm.log -s 0" else cmd="$1" shift
The '-c' option needs a configuration file. Signed-off-by: Honggang Li <honli@redhat.com> --- scripts/run_opensm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)