Re: [PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-04 Thread Michael Ellerman
On Tue, 2015-03-03 at 10:07 -0700, Shuah Khan wrote: > On 03/03/2015 07:49 AM, Dave Jones wrote: > > On Mon, Mar 02, 2015 at 09:48:08PM -0700, Shuah Khan wrote: > > > kselftest_install.sh tool adds support for installing selftests > > > at user specified location/kselftest. By default this tool

Re: [PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-04 Thread Michael Ellerman
On Tue, 2015-03-03 at 10:07 -0700, Shuah Khan wrote: On 03/03/2015 07:49 AM, Dave Jones wrote: On Mon, Mar 02, 2015 at 09:48:08PM -0700, Shuah Khan wrote: kselftest_install.sh tool adds support for installing selftests at user specified location/kselftest. By default this tool will

Re: [PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-03 Thread Shuah Khan
On 03/03/2015 07:49 AM, Dave Jones wrote: > On Mon, Mar 02, 2015 at 09:48:08PM -0700, Shuah Khan wrote: > > kselftest_install.sh tool adds support for installing selftests > > at user specified location/kselftest. By default this tool > > will install selftests in the selftests/kselftest

Re: [PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-03 Thread Dave Jones
On Mon, Mar 02, 2015 at 09:48:08PM -0700, Shuah Khan wrote: > kselftest_install.sh tool adds support for installing selftests > at user specified location/kselftest. By default this tool > will install selftests in the selftests/kselftest directory. > For example, kselftest_install /tmp will

Re: [PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-03 Thread Shuah Khan
On 03/03/2015 07:49 AM, Dave Jones wrote: On Mon, Mar 02, 2015 at 09:48:08PM -0700, Shuah Khan wrote: kselftest_install.sh tool adds support for installing selftests at user specified location/kselftest. By default this tool will install selftests in the selftests/kselftest directory.

Re: [PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-03 Thread Dave Jones
On Mon, Mar 02, 2015 at 09:48:08PM -0700, Shuah Khan wrote: kselftest_install.sh tool adds support for installing selftests at user specified location/kselftest. By default this tool will install selftests in the selftests/kselftest directory. For example, kselftest_install /tmp will

[PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-02 Thread Shuah Khan
kselftest_install.sh tool adds support for installing selftests at user specified location/kselftest. By default this tool will install selftests in the selftests/kselftest directory. For example, kselftest_install /tmp will install tests under /tmp/kselftest gen_kselftest_tar.sh tool will

[PATCH] selftests: Add install, generate tar, and run_kselftest tools

2015-03-02 Thread Shuah Khan
kselftest_install.sh tool adds support for installing selftests at user specified location/kselftest. By default this tool will install selftests in the selftests/kselftest directory. For example, kselftest_install /tmp will install tests under /tmp/kselftest gen_kselftest_tar.sh tool will