Skip to content

Commit

Permalink
selftests: Change memory on-off-test.sh name to be unique
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Shuah Khan committed Apr 1, 2015
1 parent cc16782 commit 072264f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/testing/selftests/memory-hotplug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 072264f

Please sign in to comment.