[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372596791-12968-5-git-send-email-artagnon@gmail.com>
Date: Sun, 30 Jun 2013 18:23:11 +0530
From: Ramkumar Ramachandra <artagnon@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Dave Young <dyoung@...hat.com>
Subject: [PATCH 4/4] selftests: get {cpu,memory}-hotplug tests to run
The cpu-hotplug and memory-hotplug tests don't run:
$ sudo make -C tools/testing/selftests TARGETS=cpu-hotplug run_tests
/bin/sh: ./on-off-test.sh: Permission denied
$ sudo make -C tools/testing/selftests TARGETS=memory-hotplug run_tests
/bin/sh: ./on-off-test.sh: Permission denied
Flip the executable bit fixing this.
Signed-off-by: Ramkumar Ramachandra <artagnon@...il.com>
---
tools/testing/selftests/cpu-hotplug/on-off-test.sh | 0
tools/testing/selftests/memory-hotplug/on-off-test.sh | 0
2 files changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/cpu-hotplug/on-off-test.sh
mode change 100644 => 100755 tools/testing/selftests/memory-hotplug/on-off-test.sh
diff --git a/tools/testing/selftests/cpu-hotplug/on-off-test.sh b/tools/testing/selftests/cpu-hotplug/on-off-test.sh
old mode 100644
new mode 100755
diff --git a/tools/testing/selftests/memory-hotplug/on-off-test.sh b/tools/testing/selftests/memory-hotplug/on-off-test.sh
old mode 100644
new mode 100755
--
1.8.3.1.643.gebeea52.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists