aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2015-03-27 12:03:48 -0400
committerShuah Khan <shuahkh@osg.samsung.com>2015-04-01 12:32:52 -0400
commitcc16782169e5a7d523c82a45a24ead70d6e2275f (patch)
treeec441041081219c49352850482254c88688bcc9e
parent8f3d7346435e8db1719f8cacb2de4fe87a68cb55 (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/Makefile4
-rwxr-xr-xtools/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 @@
1all: 1all:
2 2
3TEST_PROGS := on-off-test.sh 3TEST_PROGS := cpu-on-off-test.sh
4 4
5include ../lib.mk 5include ../lib.mk
6 6
7run_full_test: 7run_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
10clean: 10clean:
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