diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2015-03-27 10:03:48 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-04-01 10:32:52 -0600 |
commit | cc16782169e5a7d523c82a45a24ead70d6e2275f (patch) | |
tree | ec441041081219c49352850482254c88688bcc9e | |
parent | 8f3d7346435e8db1719f8cacb2de4fe87a68cb55 (diff) | |
download | linux-cc16782169e5a7d523c82a45a24ead70d6e2275f.tar.bz2 |
selftests: change cpu on-off-test.sh name to be unique
cpu and memory hotplug scripts use the same name. Change
cpu on-off-test.sh to cpu-on-off-test.sh.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | tools/testing/selftests/cpu-hotplug/Makefile | 4 | ||||
-rwxr-xr-x | tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh (renamed from tools/testing/selftests/cpu-hotplug/on-off-test.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/cpu-hotplug/Makefile b/tools/testing/selftests/cpu-hotplug/Makefile index 15f02591d22c..fe1f99101c5d 100644 --- a/tools/testing/selftests/cpu-hotplug/Makefile +++ b/tools/testing/selftests/cpu-hotplug/Makefile @@ -1,10 +1,10 @@ all: -TEST_PROGS := on-off-test.sh +TEST_PROGS := cpu-on-off-test.sh include ../lib.mk run_full_test: - @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" + @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" clean: diff --git a/tools/testing/selftests/cpu-hotplug/on-off-test.sh b/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh index 98b1d6565f2c..98b1d6565f2c 100755 --- a/tools/testing/selftests/cpu-hotplug/on-off-test.sh +++ b/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh |