All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/8] several selftests fixes
@ 2012-11-24  8:29 dyoung
  2012-11-24  8:29 ` [patch 1/8] vm selftests: print failure status instead of cause make error dyoung
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: dyoung @ 2012-11-24  8:29 UTC (permalink / raw)
  To: akpm, linux-kernel

Hi, Andrew:

Here is several fixes for selftests.
For `make run_tests` the target command will cause make fail if it exit
with non zero codes. So I change the makefile as below:
 run_tests: all
-       /bin/sh ./run_vmtests
+       @/bin/sh ./run_vmtests || echo "vmtests: [FAIL]"

Also fixed the kcmp build error.

--
Thanks
Dave

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-11-25  3:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24  8:29 [patch 0/8] several selftests fixes dyoung
2012-11-24  8:29 ` [patch 1/8] vm selftests: print failure status instead of cause make error dyoung
2012-11-24  8:29 ` [patch 2/8] mqueue " dyoung
2012-11-24  9:45   ` Pekka Enberg
2012-11-24  8:29 ` [patch 3/8] cpu-hotplug " dyoung
2012-11-24  9:43   ` Pekka Enberg
2012-11-24  8:29 ` [patch 4/8] mem-hotplug " dyoung
2012-11-24  9:42   ` Pekka Enberg
2012-11-24  8:29 ` [patch 5/8] kcmp selftests: make run_tests fix dyoung
2012-11-24  8:29 ` [patch 6/8] kcmp selftests: build fix dyoung
2012-11-24  9:41   ` Pekka Enberg
2012-11-25  3:02     ` Dave Young
2012-11-24  8:29 ` [patch 7/8] kcmp selftests: print fail status instead of cause make error dyoung
2012-11-24  9:45   ` Pekka Enberg
2012-11-24  8:29 ` [patch 8/8] breakpoint selftests: print failure " dyoung
2012-11-24  9:45   ` Pekka Enberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.