Messages in this thread |  | | Date | Sat, 24 Nov 2012 11:43:03 +0200 | | Subject | Re: [patch 3/8] cpu-hotplug selftests: print failure status instead of cause make error | | From | Pekka Enberg <> |
| |
On Sat, Nov 24, 2012 at 10:29 AM, <dyoung@redhat.com> wrote: > bash-4.1$ make -C cpu-hotplug run_tests > make: Entering directory `/home/dave/git/linux-2.6/tools/testing/selftests/cpu-hotplug' > ./on-off-test.sh > make: execvp: ./on-off-test.sh: Permission denied > make: *** [run_tests] Error 127 > make: Leaving directory `/home/dave/git/linux-2.6/tools/testing/selftests/cpu-hotplug' > > After applying the patch: > bash-4.1$ make -C cpu-hotplug run_tests > make: Entering directory `/home/dave/git/linux-2.6/tools/testing/selftests/cpu-hotplug' > /bin/sh: ./on-off-test.sh: Permission denied > cpu-hotplug selftests: [FAIL] > make: Leaving directory `/home/dave/git/linux-2.6/tools/testing/selftests/cpu-hotplug' > > Signed-off-by: Dave Young <dyoung@redhat.com>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
|  |