Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703284
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] test_kmod: fix kmod.sh by making it executable |
| Date | 2017-08-03 19:10 +0200 |
| Message-ID | <uarNg-32O-25@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
We had just forgotten to do this. Without this if we run the
following we get a permission denied:
sudo make -C tools/testing/selftests/kmod/ run_tests
make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/kmod'
/bin/sh: ./kmod.sh: Permission denied
selftests: kmod.sh [FAIL]
/home/mcgrof/linux-next/tools/testing/selftests/kmod
make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/kmod
Fixes: 39258f448d71 ("kmod: add test driver to stress test the module loader")
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
---
tools/testing/selftests/kmod/kmod.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/kmod/kmod.sh
diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh
old mode 100644
new mode 100755
--
2.11.0
Back to linux.kernel | Previous | Next — 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