From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [RFC 8/8] kdbus: Ability to run kdbus test by executable binary name Date: Wed, 8 Jul 2015 07:16:08 -0700 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 Return-path: Content-Disposition: inline In-Reply-To: <1436351110-5902-9-git-send-email-p.osmialowsk@samsung.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-api@vger.kernel.org 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