linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Uladzislau Rezki <urezki@gmail.com>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: linux-kselftest@vger.kernel.org, urezki@gmail.com,
	shuah@kernel.org, keescook@chromium.org, willy@infradead.org,
	mhocko@suse.com, oleksiy.avramchenko@sonymobile.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests
Date: Tue, 28 May 2019 20:02:56 +0200	[thread overview]
Message-ID: <20190528180256.vwp23xoz7fow6huu@pc636> (raw)
In-Reply-To: <20190528121809.29389-1-naresh.kamboju@linaro.org>

On Tue, May 28, 2019 at 01:18:09PM +0100, Naresh Kamboju wrote:
> Add test_vmalloc.sh to TEST_FILES to make sure it gets installed for
> run_vmtests.
> 
> Fixed below error:
> ./run_vmtests: line 217: ./test_vmalloc.sh: No such file or directory
> 
> Tested with: make TARGETS=vm install INSTALL_PATH=$PWD/x
> 
> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> ---
>  tools/testing/selftests/vm/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile
> index e13eb6cc8901..05306c58ff9f 100644
> --- a/tools/testing/selftests/vm/Makefile
> +++ b/tools/testing/selftests/vm/Makefile
> @@ -25,6 +25,8 @@ TEST_GEN_FILES += virtual_address_range
>  
>  TEST_PROGS := run_vmtests
>  
> +TEST_FILES := test_vmalloc.sh
> +
>  KSFT_KHDR_INSTALL := 1
>  include ../lib.mk
>  
> -- 
> 2.17.1
> 
I missed that point during integrating with selftests.
Anyway the patch looks good to me.

Thank you for fixing it!

--
Vlad Rezki

      reply	other threads:[~2019-05-28 18:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 12:18 [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests Naresh Kamboju
2019-05-28 18:02 ` Uladzislau Rezki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190528180256.vwp23xoz7fow6huu@pc636 \
    --to=urezki@gmail.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=mhocko@suse.com \
    --cc=naresh.kamboju@linaro.org \
    --cc=oleksiy.avramchenko@sonymobile.com \
    --cc=shuah@kernel.org \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).