Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705870
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] test_sysctl: fix sysctl.sh by making it executable |
| Date | 2017-08-07 23:20 +0200 |
| Message-ID | <ubXBo-5Yw-31@gated-at.bofh.it> (permalink) |
| References | <uarNg-32O-25@gated-at.bofh.it> <uarNg-32O-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/03/2017 10:57 AM, Luis R. Rodriguez wrote:
> We had just forogtten to do this. Without this the following test fails:
>
> $ sudo make -C tools/testing/selftests/sysctl/ run_tests
> make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl'
> /bin/sh: ./sysctl.sh: Permission denied
> selftests: sysctl.sh [FAIL]
> /home/mcgrof/linux-next/tools/testing/selftests/sysctl
> make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl'
>
> Fixes: 64b671204afd71 ("test_sysctl: add generic script to expand on tests")
> Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
> ---
> tools/testing/selftests/sysctl/sysctl.sh | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> mode change 100644 => 100755 tools/testing/selftests/sysctl/sysctl.sh
>
> diff --git a/tools/testing/selftests/sysctl/sysctl.sh b/tools/testing/selftests/sysctl/sysctl.sh
> old mode 100644
> new mode 100755
>
Thanks. Applied to linux-kselftest fixes for 4.13-final.
thanks,
-- Shuah
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] test_kmod: fix kmod.sh by making it executable "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-03 19:10 +0200
[PATCH 2/2] test_sysctl: fix sysctl.sh by making it executable "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-03 19:10 +0200
Re: [PATCH 2/2] test_sysctl: fix sysctl.sh by making it executable Shuah Khan <shuah@kernel.org> - 2017-08-07 23:20 +0200
Re: [PATCH 1/2] test_kmod: fix kmod.sh by making it executable Shuah Khan <shuah@kernel.org> - 2017-08-07 23:20 +0200
csiph-web