Commit 9307c295 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

tools/testing/selftests: don't assume the x bit is set on scripts

The x bit can easily get lost (patch(1) loses it, for example).
Reported-by: default avatarRamkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 94d09001
all:
run_tests:
@./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
@/bin/sh ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
clean:
all:
run_tests:
@./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
@/bin/sh ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
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