Commit cc167821 authored by Shuah Khan's avatar Shuah Khan

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: default avatarShuah Khan <shuahkh@osg.samsung.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8f3d7346
all: all:
TEST_PROGS := on-off-test.sh TEST_PROGS := cpu-on-off-test.sh
include ../lib.mk include ../lib.mk
run_full_test: 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: clean:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment