Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934975AbbGHOQP (ORCPT ); Wed, 8 Jul 2015 10:16:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53594 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758225AbbGHOQL (ORCPT ); Wed, 8 Jul 2015 10:16:11 -0400 Date: Wed, 8 Jul 2015 07:16:08 -0700 From: Greg Kroah-Hartman To: Paul Osmialowski Cc: Paul Moore , James Morris , Casey Schaufler , "Serge E. Hallyn" , Kees Cook , Tetsuo Handa , Stephen Smalley , Neil Brown , Mark Rustad , Daniel Mack , David Herrmann , Djalal Harouni , Shuah Khan , Al Viro , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Karol Lewandowski , Lukasz Skalski Subject: Re: [RFC 8/8] kdbus: Ability to run kdbus test by executable binary name Message-ID: <20150708141608.GC10137@kroah.com> References: <1436351110-5902-1-git-send-email-p.osmialowsk@samsung.com> <1436351110-5902-9-git-send-email-p.osmialowsk@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436351110-5902-9-git-send-email-p.osmialowsk@samsung.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 33 On Wed, Jul 08, 2015 at 12:25:10PM +0200, Paul Osmialowski wrote: > With this applied, you can do following: > > $ cp kdbus-test daemon > $ cp kdbus-test send > > Then run 'daemon' in one shell session: > > $ ./daemon --bus test > > ...and 'send' in another: > > $ ./send --bus test > > Useful for testing features introduced by previous patches. > > Signed-off-by: Paul Osmialowski > --- > tools/testing/selftests/kdbus/kdbus-test.c | 5 +++++ > 1 file changed, 5 insertions(+) Why not create symlinks automatically so this works without having to manually run 'cp'? But really, is spelling out the command line option really a big issue? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/