]> git.karo-electronics.de Git - linux-beck.git/commitdiff
selftests: Change memory on-off-test.sh name to be unique
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 27 Mar 2015 16:07:33 +0000 (10:07 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 1 Apr 2015 16:33:02 +0000 (10:33 -0600)
cpu and memory hotplug scripts use the same name. Change
memory on-off-test.sh to mem-on-off-test.sh.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/memory-hotplug/Makefile
tools/testing/selftests/memory-hotplug/mem-on-off-test.sh [moved from tools/testing/selftests/memory-hotplug/on-off-test.sh with 100% similarity]

index 598a1f68f534b728913da0b248bd03fa1125e7ec..afb2624c704894fc280f553fbad9ac1f9fb07363 100644 (file)
@@ -2,11 +2,11 @@ all:
 
 include ../lib.mk
 
-TEST_PROGS := on-off-test.sh
-override RUN_TESTS := ./on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
+TEST_PROGS := mem-on-off-test.sh
+override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
 override EMIT_TESTS := echo "$(RUN_TESTS)"
 
 run_full_test:
-       @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
+       @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
 
 clean: