diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2015-03-27 12:03:48 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-04-01 12:32:52 -0400 |
commit | cc16782169e5a7d523c82a45a24ead70d6e2275f (patch) | |
tree | ec441041081219c49352850482254c88688bcc9e | |
parent | 8f3d7346435e8db1719f8cacb2de4fe87a68cb55 (diff) |
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 @@ | |||
1 | all: | 1 | all: |
2 | 2 | ||
3 | TEST_PROGS := on-off-test.sh | 3 | TEST_PROGS := cpu-on-off-test.sh |
4 | 4 | ||
5 | include ../lib.mk | 5 | include ../lib.mk |
6 | 6 | ||
7 | run_full_test: | 7 | run_full_test: |
8 | @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" | 8 | @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" |
9 | 9 | ||
10 | clean: | 10 | 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 | |||