Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc167821 authored by Shuah Khan's avatar Shuah Khan
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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: