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>
This commit is contained in:
Shuah Khan 2015-03-27 10:03:48 -06:00
parent 8f3d734643
commit cc16782169
2 changed files with 2 additions and 2 deletions

View file

@ -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: