From patchwork Fri Aug 5 23:29:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rolf Manderscheid X-Patchwork-Id: 1039572 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p75NTm92003060 for ; Fri, 5 Aug 2011 23:29:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754194Ab1HEX3s (ORCPT ); Fri, 5 Aug 2011 19:29:48 -0400 Received: from quartz.orcorp.ca ([139.142.54.143]:43248 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605Ab1HEX3r (ORCPT ); Fri, 5 Aug 2011 19:29:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=obsidianresearch.com; s=rsa1; h=From:Subject:cc:To:Message-Id:Date; bh=Ry0l52zOUs8MsmqDVyuDUt6t/rcifpkAP2c0Af87XZA=; b=5TsRk/4KpkrFGoNNy/ZEGp/UED5pztN91VbuizMZVWCu3hItmqr3TkpCA7dZyfwgMuQdafk3nWbVgi1o+ntpCon+7EcYD7pgf1CWo6Jjs8XxUVW8fbot7juawDVymqXsncsoCUAuLKrcQPSG8f1Z2+sP/w9W7xMP8171Z1EHd+g=; Received: from [10.0.0.193] (helo=rvml.edm.orcorp.ca) by quartz.orcorp.ca with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1QpTpr-0002yx-Jr; Fri, 05 Aug 2011 17:29:47 -0600 Received: from rvm by rvml.edm.orcorp.ca with local (Exim 4.72) (envelope-from ) id 1QpTpr-00026L-B8; Fri, 05 Aug 2011 17:29:47 -0600 Date: Fri, 05 Aug 2011 17:29:47 -0600 Message-Id: To: alexne@mellanox.com cc: linux-rdma@vger.kernel.org Subject: [PATCH] ibsim: fix non-debug path in run_opensm.sh script From: Rolf Manderscheid X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.193 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 05 Aug 2011 23:29:49 +0000 (UTC) Signed-off-by: Rolf Manderscheid --- scripts/run_opensm.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/run_opensm.sh b/scripts/run_opensm.sh index a225d81..a299dc0 100755 --- a/scripts/run_opensm.sh +++ b/scripts/run_opensm.sh @@ -29,7 +29,7 @@ if [ -z "$debug" ] ; then export SIM_HOST export OSM_TMP_DIR export OSM_CACHE_DIR - time LD_PRELOAD=${umad2sim} ${cmd} ${cmd_args} + LD_PRELOAD=${umad2sim} time ${cmd} ${cmd_args} rc=$? exit $rc else