summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/cpu-hotplug/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2015-03-27 10:03:48 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2015-04-01 10:32:52 -0600
commitcc16782169e5a7d523c82a45a24ead70d6e2275f (patch)
treeec441041081219c49352850482254c88688bcc9e /tools/testing/selftests/cpu-hotplug/Makefile
parent8f3d7346435e8db1719f8cacb2de4fe87a68cb55 (diff)
downloadop-kernel-dev-cc16782169e5a7d523c82a45a24ead70d6e2275f.zip
op-kernel-dev-cc16782169e5a7d523c82a45a24ead70d6e2275f.tar.gz
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>
Diffstat (limited to 'tools/testing/selftests/cpu-hotplug/Makefile')
-rw-r--r--tools/testing/selftests/cpu-hotplug/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/cpu-hotplug/Makefile b/tools/testing/selftests/cpu-hotplug/Makefile
index 15f0259..fe1f991 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:
OpenPOWER on IntegriCloud